mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +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:
commit
c5a3112e49
2 changed files with 2 additions and 3 deletions
|
@ -13,6 +13,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.h-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue