summaryrefslogtreecommitdiff
path: root/web/assets
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2021-07-13 18:40:47 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-13 18:40:47 +0200
commiteef88ae31d31894e37460c5b9e25d1e0fcdccef4 (patch)
tree763da4657854421b290ca661dd334053c45cedae /web/assets
parentNoescape (#88) (diff)
downloadgotosocial-eef88ae31d31894e37460c5b9e25d1e0fcdccef4.tar.xz
frontpage template tweaks (#99)
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/bundle.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/assets/bundle.css b/web/assets/bundle.css
index ab81b9b3d..7d4eae172 100644
--- a/web/assets/bundle.css
+++ b/web/assets/bundle.css
@@ -27,11 +27,11 @@ body header, body footer, body .fullWidth {
grid-column: 1/-1;
}
-body aside.left {
+body .left {
grid-column: 1;
}
-body aside.right {
+body .right {
grid-column: 3;
}
@@ -81,11 +81,11 @@ a {
color: #de8957;
}
-aside.logo {
+.logo {
justify-self: center;
}
-aside.logo img {
+.logo img {
height: 30vh;
}
@@ -164,7 +164,7 @@ footer a {
grid-template-columns: 1fr 92% 1fr;
}
- body footer, body aside.left, body aside.right {
+ body footer, body .left, body .right {
grid-column: 2;
}