Landing & contact page done, services & prices missing
This commit is contained in:
+12
-2
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user