mobile support for home and player

This commit is contained in:
cnachtigall1991
2021-10-06 19:25:00 +02:00
parent 886f182ff2
commit 08ffe9e550
11 changed files with 602 additions and 389 deletions

View File

@@ -17,5 +17,13 @@ $warning: #c3a235;
$info: $blue;
$success: #609926;
// Custom classes
.mt-n5 {
margin-top: -3rem !important;
}
.mt-n4 {
margin-top: -2rem !important;
}
// Bootstrap
@import "../node_modules/bootstrap/scss/bootstrap";