Skip to content

Commit

Permalink
Tweaked font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan3-14 committed Aug 12, 2023
1 parent 01bebc6 commit d551847
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions magic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ body {

h1 {
margin: auto;
margin-top: 100px;
margin-top: 20px;
width: fit-content;
font-size: 50px;
}
ol, li {
margin: auto;
width: fit-content;
font-size: 24px;
}

.icon-row {
Expand All @@ -39,7 +40,7 @@ ol, li {
border: none;
background-color: seagreen;
padding: 14px 28px;
font-size: 16px;
font-size: 24px;
cursor: pointer;
text-align: center;
transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out,
Expand All @@ -52,7 +53,7 @@ ol, li {
.block:hover {
width: 300px;
background-color: mediumseagreen;
font-size: 20px;
font-size: 28px;
}

#icon-rows {
Expand Down

0 comments on commit d551847

Please sign in to comment.