CSS: expand #contents width on small screens

This commit is contained in:
toabr
2024-01-27 00:38:47 +01:00
parent 1c0b4205d4
commit 4a339df5c4
2 changed files with 2 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: auto;
}
.h-box {