Mostly just little fixes for the contact page
All checks were successful
All checks were successful
This commit is contained in:
parent
2a46f2ab3b
commit
e093a67fdd
3 changed files with 4 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ body {
|
|||
.newsletter-block {
|
||||
flex: 1; /* Allows blocks to grow and shrink */
|
||||
min-width: 300px; /* Minimum width before wrapping */
|
||||
background-color: #fff;
|
||||
background-color: light-dark(#fff, #343a40);
|
||||
padding: var(--spacing-lg);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--box-shadow);
|
||||
|
|
@ -95,7 +95,7 @@ body {
|
|||
.feedback-container {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
background-color: light-dark(#fff, #343a40);
|
||||
padding: var(--spacing-lg);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--box-shadow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue