Skip to content

Commit

Permalink
Settings panel tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Oct 8, 2023
1 parent 9dfa3e5 commit 114fe5a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions projects/hotpot/src/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ <h1>Settings</h1>
}

h1 {
font-size: 1em;
text-align: center;
font-size: 1.2em;
}

label {
Expand All @@ -72,20 +71,19 @@ <h1>Settings</h1>
select, input {
width: 50%;
font-family: system-ui, sans-serif;
border-radius: 10%;
}

#map-overlay {
position: absolute;
top: 0;
left: 0;
padding: 1em;
background-color: rgba(0, 0, 0, 0.5);
padding: 0.5em 1em;
margin: 1em;
background-color: rgba(0, 0, 0, 0.75);
color: white;
}

#map-overlay > div {
width: 200px;
border-radius: 2.5%;
border: 1px solid white;
width: 25ch;
}

#map-overlay > div + div {
Expand Down

0 comments on commit 114fe5a

Please sign in to comment.