Skip to content

Commit

Permalink
Update settings.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBooty165 authored Oct 17, 2024
1 parent 27fe167 commit 6176724
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions style/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,23 @@
margin-right: 4%;
}

#specific-spacing {
margin-top: 5%;
@media (min-width: 768px) {
#specific-spacing {
margin-top: 10%;
}
}

@media (min-width: 1024px) {
#specific-spacing {
margin-top: 15%;
}
}

@media (min-width: 1440px) {
#specific-spacing {
margin-top: 20%;
}
}
#tabcloak,
#emergencykeys,
#themes,
Expand Down

0 comments on commit 6176724

Please sign in to comment.