Skip to content

Commit

Permalink
refactor(frontend): Some formatting improvements in style.css (thanks…
Browse files Browse the repository at this point in the history
… format on save)
  • Loading branch information
Christian Fosli committed Jan 7, 2024
1 parent bc6da74 commit 4551f39
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions front-end/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ body {
background-color: lightslategray;
}

h1, h2 {
h1,
h2 {
color: white;
}

Expand Down Expand Up @@ -70,7 +71,9 @@ footer p {
flex-wrap: wrap;
}

.keyboard button:first-child, .keyboard button:nth-child(2), .keyboard button:nth-child(3) {
.keyboard button:first-child,
.keyboard button:nth-child(2),
.keyboard button:nth-child(3) {
height: 2rem;
margin: 0.8rem;
font-size: 0.8rem;
Expand Down Expand Up @@ -146,8 +149,13 @@ td {
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/* Privacy Policy */
Expand All @@ -159,4 +167,4 @@ td {
padding: 0.5rem;
max-width: 1000px;
margin: auto;
}
}

0 comments on commit 4551f39

Please sign in to comment.