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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ba-website",
|
"name": "ba-website",
|
||||||
"version": "1.0.24",
|
"version": "1.0.25",
|
||||||
"description": "The Bridgeman Accessible main website",
|
"description": "The Bridgeman Accessible main website",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="contact-info-block">
|
<div class="contact-info-block">
|
||||||
<h2>Get In Touch</h2>
|
<h2>Get In Touch</h2>
|
||||||
<p class="contact-item">
|
<p class="contact-item">
|
||||||
<a href="mailto:info@bridgemwnwccessible.com" class="icon-link">
|
<a href="mailto:info@bridgemanaccessible.com" class="icon-link">
|
||||||
<span class="icon" aria-hidden="true">✉</span> info@bridgemwnwccessible.com
|
<span class="icon" aria-hidden="true">✉</span> info@bridgemwnwccessible.com
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ body {
|
||||||
.newsletter-block {
|
.newsletter-block {
|
||||||
flex: 1; /* Allows blocks to grow and shrink */
|
flex: 1; /* Allows blocks to grow and shrink */
|
||||||
min-width: 300px; /* Minimum width before wrapping */
|
min-width: 300px; /* Minimum width before wrapping */
|
||||||
background-color: #fff;
|
background-color: light-dark(#fff, #343a40);
|
||||||
padding: var(--spacing-lg);
|
padding: var(--spacing-lg);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
box-shadow: var(--box-shadow);
|
box-shadow: var(--box-shadow);
|
||||||
|
|
@ -95,7 +95,7 @@ body {
|
||||||
.feedback-container {
|
.feedback-container {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #fff;
|
background-color: light-dark(#fff, #343a40);
|
||||||
padding: var(--spacing-lg);
|
padding: var(--spacing-lg);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
box-shadow: var(--box-shadow);
|
box-shadow: var(--box-shadow);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue