diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 19:47:57 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 19:47:57 +0700 |
commit | bf1cf25df22e854c45d1834909ba005ccbeb6585 (patch) | |
tree | 94a3116738537bbd9c7105150bd417db97bcf637 /templates | |
parent | 90089c9b4c2419829eff939ceb51ce522d455c45 (diff) |
remove min-height and reduce padding-top to 3.5 rem to match with navbar size
and reverts commit 90089c9b4c2419829eff939ceb51ce522d455c45.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout/noleft | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/layout/noleft b/templates/layout/noleft index b282aca..1349a58 100644 --- a/templates/layout/noleft +++ b/templates/layout/noleft @@ -27,8 +27,7 @@ } /* Show it is fixed to the top */ body { - min-height: 75rem; - padding-top: 4.5rem; + padding-top: 3.5rem; } </style> <link href="__WWW_DIR__/css/product.css" rel="stylesheet"> |