Refactored some things in the frontend

This commit is contained in:
cami 2021-06-07 04:14:00 +02:00
parent c72e2bd2e9
commit 49106ea1b6
15 changed files with 1901 additions and 49 deletions

View file

@ -5,6 +5,11 @@
font-family: "PT Sans", sans-serif;
}
:root {
--primary: rgb(41, 63, 87);
--secondary: #fff
}
.home,
.about,
.products,
@ -28,7 +33,7 @@
background-position: center;
background-size: fill;
background-repeat: no-repeat;
color: #fff;
color: var(--primary);
font-size: 100px;
}