diff options
author | 2021-07-13 18:40:47 +0200 | |
---|---|---|
committer | 2021-07-13 18:40:47 +0200 | |
commit | eef88ae31d31894e37460c5b9e25d1e0fcdccef4 (patch) | |
tree | 763da4657854421b290ca661dd334053c45cedae /web/source | |
parent | Noescape (#88) (diff) | |
download | gotosocial-eef88ae31d31894e37460c5b9e25d1e0fcdccef4.tar.xz |
frontpage template tweaks (#99)
Diffstat (limited to 'web/source')
-rw-r--r-- | web/source/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/source/style.css b/web/source/style.css index 7507460f2..992e538b0 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -34,11 +34,11 @@ body { grid-column: 1/-1; } - aside.left { + .left { grid-column: 1; } - aside.right { + .right { grid-column: 3; } } @@ -89,7 +89,7 @@ a { color: $acc1; } -aside.logo { +.logo { justify-self: center; img { height: 30vh; @@ -171,7 +171,7 @@ footer { body { grid-template-columns: 1fr 92% 1fr; - footer, aside.left, aside.right { + footer, .left, .right { grid-column: 2; } } |