1
0
Fork 0
peertube/client/src/sass/application.scss

16 lines
229 B
SCSS
Raw Normal View History

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