mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 23:52:56 -06:00
separate index page styling
This commit is contained in:
parent
4e81ac807e
commit
2a44a49979
3 changed files with 50 additions and 12 deletions
|
|
@ -95,14 +95,14 @@ header {
|
|||
}
|
||||
|
||||
header a {
|
||||
margin: 2rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 2rem;
|
||||
margin: 1.5rem;
|
||||
gap: 1rem;
|
||||
|
||||
img {
|
||||
align-self: center;
|
||||
height: 6rem;
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
div {
|
||||
|
|
@ -111,6 +111,7 @@ header a {
|
|||
display: flex;
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
word-wrap: anywhere;
|
||||
align-self: center;
|
||||
color: $fg;
|
||||
|
|
@ -132,15 +133,6 @@ header a {
|
|||
}
|
||||
|
||||
main {
|
||||
section {
|
||||
background: $bg-accent;
|
||||
box-shadow: $boxshadow;
|
||||
border: $boxshadow-border;
|
||||
border-radius: $br;
|
||||
padding: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue