From 4551f39c0980142cd7a87ffe8dd2dbf04cb62286 Mon Sep 17 00:00:00 2001 From: Christian Fosli Date: Sun, 7 Jan 2024 21:40:47 +0100 Subject: [PATCH] refactor(frontend): Some formatting improvements in style.css (thanks format on save) --- front-end/static/style.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/front-end/static/style.css b/front-end/static/style.css index ef2113b..9fee4f7 100644 --- a/front-end/static/style.css +++ b/front-end/static/style.css @@ -5,7 +5,8 @@ body { background-color: lightslategray; } -h1, h2 { +h1, +h2 { color: white; } @@ -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; @@ -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 */ @@ -159,4 +167,4 @@ td { padding: 0.5rem; max-width: 1000px; margin: auto; -} +} \ No newline at end of file