mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +00:00
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:
@@ -13,6 +13,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.h-box {
|
||||
|
Reference in New Issue
Block a user