PeerTube/client/src/sass/application.scss

16 lines
229 B
SCSS
Raw Normal View History

2015-12-05 05:14:55 -06:00
body {
padding: 20px;
@media screen and (max-width: 400px) {
padding: 3px;
}
2015-12-05 05:14:55 -06:00
}
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 10px;
text-align: center;
font-size: small;
2016-03-16 14:59:56 -05:00
margin-top: 30px;
2016-03-16 14:45:09 -05:00
}