Feat(UI): Blog with article page and Newsletter signup form.

This commit is contained in:
2025-08-09 19:07:58 +01:00
parent 2541aaf849
commit 36d9eb6888
51 changed files with 3434 additions and 892 deletions

View File

@@ -1,15 +1,17 @@
#pageBody {
padding-top: 2vh;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
}
/* Header */

View File

@@ -17,6 +17,7 @@
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
text-align: center;
}
.contact-form textarea {
max-width: 40vw;
@@ -38,6 +39,7 @@
border: 2px solid var(--colour-accent);
border-radius: 4px;
font-size: 1rem;
max-width: 40vw;
}
textarea.form-input {
min-height: 120px;
@@ -45,7 +47,7 @@ textarea.form-input {
.marketing-consent input {
display: inline-block;
margin-left: 20%;
/* margin-left: 20%; */
margin-bottom: 1.25rem;
}