PeerTube/client/src/sass/application.scss

12 lines
165 B
SCSS
Raw Normal View History

2015-12-05 12:14:55 +01:00
body {
padding: 20px;
}
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 10px;
text-align: center;
font-size: small;
2016-03-16 20:59:56 +01:00
margin-top: 30px;
2016-03-16 20:45:09 +01:00
}