Update file style.css

This commit is contained in:
Jan BELLON 2024-03-07 21:17:34 +00:00
parent 513587d721
commit 055eaae5e3

View File

@ -122,7 +122,15 @@ a {
}
.row {
display: inline-block;
background-color: var(--dark-background);
border-radius: 10px;
padding: 2em;
margin: 2em;
}
.row input {
font-size: 1em;
}
@media(max-width: 750px) {