minor CSS tweaks

This commit is contained in:
djmil 2023-11-24 11:10:39 +01:00
parent df431eb4f1
commit 34f71a4658
2 changed files with 11 additions and 4 deletions

View File

@ -3,6 +3,10 @@ h1 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.Header {
padding-left: 55px;
}
.Header .OnlineToggle { .Header .OnlineToggle {
transform: scale(.5); transform: scale(.5);
margin-left: -19px; margin-left: -19px;
@ -12,7 +16,6 @@ h1 {
.Header { .Header {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-left: 60px;
} }
.Header nav { .Header nav {
@ -20,9 +23,9 @@ h1 {
justify-content: center; justify-content: center;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
padding-left: 30px;
padding-bottom: 5px; padding-top: 7px;
padding-left: 10px;
} }
.Header a { .Header a {

View File

@ -32,7 +32,7 @@
} }
.ViewSelector .Container { .ViewSelector .Container {
margin-right: 30px; margin-right: 25px;
} }
.ViewSelector a { .ViewSelector a {
@ -75,6 +75,10 @@
margin-right: 30px; margin-right: 30px;
} }
.left-side .Loading {
margin-right: 100px;
}
.NewGame { .NewGame {
margin-right: 30px; margin-right: 30px;
margin-bottom: 30px; margin-bottom: 30px;