Feat(UI): Blog with article page and Newsletter signup form.
This commit is contained in:
@@ -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 */
|
||||
|
||||
0
static/css/pages/blog/newsletter_success.css
Normal file
0
static/css/pages/blog/newsletter_success.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user