Skip to content

Commit

Permalink
css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Aug 6, 2024
1 parent 90acfd3 commit 7857f9b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
--mono-font: "mono";
}

* {
margin: 0;
padding: 0;
}

body {
margin: 0;
font-family: "Inter", "Arial";
Expand All @@ -74,8 +79,7 @@ body {
}

main {
min-height: 420px;
padding: 0 10px;
padding: 0 15px;
}

dice img {
Expand Down Expand Up @@ -136,7 +140,7 @@ symbols img {

footer {
margin-top:150px;
margin-bottom:50px;
padding-bottom: 30px;
font-size:90%;
font-style: italic;
text-align:center;
Expand Down

0 comments on commit 7857f9b

Please sign in to comment.