Modify css styles to prevent overlap

pull/182/head
Sidney Shafer 2 years ago
parent 9409685c9a
commit d8bfd2313f

@ -26,6 +26,7 @@ html.dark {
body { body {
font-family: 'Heebo', sans-serif; font-family: 'Heebo', sans-serif;
display: flex; display: flex;
flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 100vh; height: 100vh;
@ -40,8 +41,9 @@ body {
border: 0; border: 0;
border-radius: 4px; border-radius: 4px;
padding: 8px 12px; padding: 8px 12px;
position: absolute; position: relative;
top: 100px; top: 0;
margin-bottom: 80px;
} }
.toggle:focus { .toggle:focus {

Loading…
Cancel
Save