mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-23 00:32:57 -06:00
fix header styling/wrapping
This commit is contained in:
parent
c200c79bcd
commit
df3ad1e06e
3 changed files with 43 additions and 32 deletions
|
|
@ -99,23 +99,21 @@ header a {
|
|||
flex-wrap: wrap;
|
||||
margin: 1.5rem;
|
||||
gap: 1rem;
|
||||
justify-content: center;
|
||||
|
||||
img {
|
||||
align-self: center;
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
div {
|
||||
h1 {
|
||||
flex-grow: 1;
|
||||
align-self: center;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
word-wrap: anywhere;
|
||||
align-self: center;
|
||||
color: $fg;
|
||||
}
|
||||
font-size: 1.5rem;
|
||||
word-wrap: anywhere;
|
||||
color: $fg;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,10 +24,8 @@ header a {
|
|||
height: 6rem;
|
||||
}
|
||||
|
||||
div {
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue