Fixed CSS errors.
This commit is contained in:
parent
62b7b698b9
commit
03e0ccbf7a
|
@ -157,7 +157,7 @@ body {
|
|||
}
|
||||
|
||||
.maintainer {
|
||||
width: min(max-content, 90%);
|
||||
width: min(45ch, 90%);
|
||||
}
|
||||
|
||||
.contact-options {
|
||||
|
@ -184,7 +184,7 @@ body {
|
|||
justify-content: center;
|
||||
|
||||
margin: 15vh auto;
|
||||
padding: 1rem auto;
|
||||
padding: 1rem;
|
||||
|
||||
width: min(85vw, 48rem);
|
||||
border-top: .1rem solid var(--accent);
|
||||
|
|
Loading…
Reference in New Issue
Block a user