Pull request: remove extra scroll for short pages
Updates #6062
Squashed commit of the following:
commit 4aedb387db23def0297704f4aae31d234b5ad670
Merge: aafc93557 59a4a009a
Author: Ildar Kamalov <ik@adguard.com>
Date: Mon Aug 28 17:04:14 2023 +0300
Merge branch 'master' into ADG-7254
commit aafc93557c35a01def2568b31d96365360aa0888
Author: Ildar Kamalov <ik@adguard.com>
Date: Mon Aug 28 15:23:10 2023 +0300
ADG-7254 remove extra scroll for short pages
This commit is contained in:
@@ -6,13 +6,14 @@
|
||||
}
|
||||
|
||||
.setup {
|
||||
min-height: calc(100vh - 71px);
|
||||
min-height: calc(100vh - 345px);
|
||||
line-height: 1.48;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.setup {
|
||||
padding: 50px 0;
|
||||
min-height: calc(100vh - 141px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user