diff options
author | User Mms <mms@voyager.local> | 2024-10-29 22:53:43 +0100 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-29 22:53:43 +0100 |
commit | 6d2d50f49adaeee41e91a4de45c127035352dbe4 (patch) | |
tree | aaa101175b7a903f6efba998012073458b1c6650 /themes | |
parent | 7a78a9ddadc0317b10859feeaf800cc9632997da (diff) |
feat: multi-git
Diffstat (limited to 'themes')
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html index 602a902..f83bc80 100644 --- a/themes/24-unification/layouts/_default/baseof.html +++ b/themes/24-unification/layouts/_default/baseof.html @@ -89,7 +89,7 @@ background-color: var(--bg-color); color: var(--text-color); background-attachment: fixed; - max-width: 98%; + max-width: 100%; font-family: "bryle"; font-size: 1.0em; display: flex; @@ -218,7 +218,8 @@ margin-bottom: 20px; border-bottom: var(--cool-border); border-right: none; - + box-sizing: border-box; + .nav-box { width: 100%; border: 0; |