Fixed CSS errors.

This commit is contained in:
kiw-q 2022-08-13 17:28:13 +02:00
parent 62b7b698b9
commit 03e0ccbf7a

View File

@ -157,7 +157,7 @@ body {
} }
.maintainer { .maintainer {
width: min(max-content, 90%); width: min(45ch, 90%);
} }
.contact-options { .contact-options {
@ -184,7 +184,7 @@ body {
justify-content: center; justify-content: center;
margin: 15vh auto; margin: 15vh auto;
padding: 1rem auto; padding: 1rem;
width: min(85vw, 48rem); width: min(85vw, 48rem);
border-top: .1rem solid var(--accent); border-top: .1rem solid var(--accent);