mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 08:02:26 -05:00
frontpage template tweaks (#99)
This commit is contained in:
parent
f05b255511
commit
eef88ae31d
3 changed files with 15 additions and 17 deletions
|
|
@ -34,11 +34,11 @@ body {
|
|||
grid-column: 1/-1;
|
||||
}
|
||||
|
||||
aside.left {
|
||||
.left {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
aside.right {
|
||||
.right {
|
||||
grid-column: 3;
|
||||
}
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@ a {
|
|||
color: $acc1;
|
||||
}
|
||||
|
||||
aside.logo {
|
||||
.logo {
|
||||
justify-self: center;
|
||||
img {
|
||||
height: 30vh;
|
||||
|
|
@ -171,7 +171,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