Skip to content

Commit

Permalink
better css
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseu committed Feb 9, 2024
1 parent db0ce25 commit 8c7529e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
font-family: 'Arial', sans-serif;
text-align: center;
margin: 5%;
margin: 5px;
}

button {
Expand All @@ -11,9 +11,9 @@ button {
}

.site-logo {
width:4%;
width:10%;
height: auto;
position: absolute;
top: 5%;
left: 5%;
top: 10px;
left: 10px;
}

0 comments on commit 8c7529e

Please sign in to comment.