summaryrefslogtreecommitdiff
path: root/themes/24-unification/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/24-unification/layouts/_default/baseof.html')
-rw-r--r--themes/24-unification/layouts/_default/baseof.html5
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;