frontpage template tweaks (#99)

This commit is contained in:
f0x52 2021-07-13 18:40:47 +02:00 committed by GitHub
commit eef88ae31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 17 deletions

View file

@ -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;
}