mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:32:25 -05:00
frontpage template tweaks (#99)
This commit is contained in:
parent
f05b255511
commit
eef88ae31d
3 changed files with 15 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue