Landing & contact page done, services & prices missing

This commit is contained in:
ASOwnerYT
2024-12-04 17:56:32 +13:00
parent 022f5123cf
commit a7552a9323
16 changed files with 450 additions and 62 deletions
+12 -2
View File
@@ -16,8 +16,8 @@ html {
*/
/* Accent colour*/
--accent: #034ea2;
--accent-secondary: #085fc3;
--accent: #195190;
--accent-secondary: #14202e;
/* Misc */
--transition: 0.2s ease-in-out;
@@ -255,6 +255,12 @@ textarea {
* Typography
*/
h1,
h2 {
font-family: var(--font-geist-mono);
font-weight: bold;
}
h1 {
font-size: 2em;
margin-bottom: 1em;
@@ -345,3 +351,7 @@ a:hover,
box-shadow var(--transition),
-webkit-box-shadow var(--transition);
}
.mb {
margin-bottom: 10em;
}