]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/application.scss
9c48b4627bd2adf4e72abd6c3eb1433f029ad2c8
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
1 body {
2 padding: 20px;
3
4 @media screen and (max-width: 400px) {
5 padding: 3px;
6 }
7 }
8
9 footer {
10 border-top: 1px solid rgba(0, 0, 0, 0.2);
11 padding-top: 10px;
12 text-align: center;
13 font-size: small;
14 margin-top: 30px;
15 }