mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-15 13:43:17 +00:00
7 lines
101 B
CSS
7 lines
101 B
CSS
|
body {
|
||
|
max-width: 800px;
|
||
|
margin: 10px auto;
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
}
|