diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-29 23:58:17 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-29 23:58:17 +0300 |
commit | 3cd358452c1f9bec96b506f3a6a381df44af7206 (patch) | |
tree | 4f04dcbc2b411ff223e8b39f3729bdab2e582829 | |
parent | 9ab0ec6729ebe9e759af11564526ed85eb7f1b95 (diff) |
Fix box-sizing
-rw-r--r-- | layouts/partials/head/style.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 139204b..b2774c4 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -46,6 +46,7 @@ width: 21cm; height: 29.7cm; padding: 1.2cm; + box-sizing: border-box; } ul { |