mirror of
https://git.sr.ht/~metalune/simpleweb_peertube
synced 2025-01-05 16:07:16 +01:00
7 lines
101 B
CSS
7 lines
101 B
CSS
|
body {
|
||
|
max-width: 800px;
|
||
|
margin: 10px auto;
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
}
|