CSS: expand #contents width on small screens (#4405)

The #contents div now takes the full width on small screens (< 1280px).
All page elements have a little more room, especially the video titles.
This commit is contained in:
Samantaz Fox
2024-02-18 23:56:53 +01:00
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 {