mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-21 03:36:14 -06:00
frontpage template tweaks
This commit is contained in:
parent
05e62479c8
commit
f5498e0449
3 changed files with 15 additions and 16 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;
|
||||
}
|
||||
|
||||
|
|
@ -84,11 +84,11 @@ button {
|
|||
color: #de8957;
|
||||
}
|
||||
|
||||
aside.logo {
|
||||
.logo {
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
aside.logo img {
|
||||
.logo img {
|
||||
height: 30vh;
|
||||
}
|
||||
|
||||
|
|
@ -167,7 +167,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