mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
4ef7a49d93
commit
3c18df552d
13 changed files with 227 additions and 198 deletions
|
@ -105,7 +105,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media(min-width: 1200px) {
|
||||
@media (min-width: 1200px) {
|
||||
.bodySection {
|
||||
margin-left: 30%;
|
||||
margin-right: 45%;
|
||||
|
@ -121,7 +121,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media(min-height: 800px) {
|
||||
@media (min-height: 800px) {
|
||||
.bodySection {
|
||||
margin-top: 15rem;
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@ $primary-color: #ffffff;
|
|||
$secondary-color: #9CA3AF;
|
||||
$selection-color: #8039e2;
|
||||
$spotify-box-color: #521c9e;
|
||||
$font: 'Inter', sans-serif;
|
||||
$font: 'Inter', sans-serif;
|
Loading…
Add table
Add a link
Reference in a new issue