blob: 95f306d759cd3d46975098378edc719668ecf809 (
plain) (
tree)
|
|
#peertube-title a {
color: inherit !important;
&:hover {
color: inherit !important;
text-decoration: none !important;
}
}
header div {
line-height: 25px;
margin-bottom: 30px;
}
.router-outlet-container {
@media screen and (max-width: 400px) {
padding: 0 3px 0 3px;
}
}
|