mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 11:33:01 -06:00
frontpage template tweaks
This commit is contained in:
parent
05e62479c8
commit
f5498e0449
3 changed files with 15 additions and 16 deletions
|
|
@ -34,11 +34,11 @@ body {
|
|||
grid-column: 1/-1;
|
||||
}
|
||||
|
||||
aside.left {
|
||||
.left {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
aside.right {
|
||||
.right {
|
||||
grid-column: 3;
|
||||
}
|
||||
}
|
||||
|
|
@ -92,7 +92,7 @@ button {
|
|||
color: $acc1;
|
||||
}
|
||||
|
||||
aside.logo {
|
||||
.logo {
|
||||
justify-self: center;
|
||||
img {
|
||||
height: 30vh;
|
||||
|
|
@ -174,7 +174,7 @@ footer {
|
|||
body {
|
||||
grid-template-columns: 1fr 92% 1fr;
|
||||
|
||||
footer, aside.left, aside.right {
|
||||
footer, .left, .right {
|
||||
grid-column: 2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue