We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9573ea2 commit 10f2ef6Copy full SHA for 10f2ef6
1 file changed
style.css
@@ -8,7 +8,7 @@ html {
8
background-color: rgb(23, 24, 37);
9
font-family: 'Fjalla One', sans-serif;
10
animation: fadein 1.5s;
11
- font-family: 'Times New Roman', Times, serif;
+ font-family: 'Fjalla One', sans-serif;
12
}
13
@keyframes fadein {
14
0% {
@@ -274,5 +274,6 @@ input:checked + .toggle-slider:before {
274
.row{
275
display: flex;
276
font-size: 1rem;
277
+ justify-content: center;
278
279
0 commit comments