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