Skip to content

Commit

Permalink
🖌️ Tweaked css
Browse files Browse the repository at this point in the history
  • Loading branch information
SalaniLeo committed Mar 3, 2024
1 parent f49c31c commit f33f54b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,13 @@ body {
left: -1.5%;
}


#maps{
margin-bottom: 75px;
width: 97vw;
overflow: scroll;
margin-right: 0px;
padding-left: 0px;
border-radius: var(--cnt-border-radius);
max-width: 97vw;
}

#overlay{
Expand Down Expand Up @@ -282,10 +281,6 @@ dialog{
grid-row-gap: 0px;
}

#satellite > .root > .content{
scale: 60%;
}

#navbar{
position: fixed;
bottom: 0px;
Expand Down Expand Up @@ -318,6 +313,9 @@ dialog{
#meteo{
width: min-content;
}
#maps{
margin-bottom: 75px;
}

#conditionsIcon{
position: relative;
Expand Down

0 comments on commit f33f54b

Please sign in to comment.