summaryrefslogtreecommitdiff
path: root/css/website.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-05-04 15:41:17 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-05-04 15:41:17 -0400
commit2d057a0cdf873ae76c7d57f163e3bd939c9308b7 (patch)
treee3b5174bec9e973a71be975c03d17be8620ec606 /css/website.css
parent81de8d22b677aba375e6fd1c8c5624c255acc0a0 (diff)
downloadgrav-sowtheme-2d057a0cdf873ae76c7d57f163e3bd939c9308b7.tar.gz
grav-sowtheme-2d057a0cdf873ae76c7d57f163e3bd939c9308b7.tar.bz2
grav-sowtheme-2d057a0cdf873ae76c7d57f163e3bd939c9308b7.zip
new layout 5
Diffstat (limited to '')
-rw-r--r--css/website.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/css/website.css b/css/website.css
index 2f19f75..1912fb3 100644
--- a/css/website.css
+++ b/css/website.css
@@ -124,13 +124,18 @@ body {
}
.header #left {
- flex-grow: 2;
+ width: 100%;
display: flex;
align-items: start;
+ gap: 25px
}
.header #right {
- flex-grow: 2;
+ width: 100%;
+}
+
+.header #center {
+ text-wrap: nowrap;
}
/* Buttons */
@@ -140,7 +145,6 @@ body {
display: flex;
flex-direction: row;
gap: 10px;
- margin: 5px 5px;
}
.transparentButton
@@ -154,6 +158,7 @@ body {
.links
{
+ margin: 5px 5px;
flex-wrap: wrap;
display: flex;
gap: 25px;