Update contact styles and email address in ContactMini component

- Reduced margin-bottom for h2 elements in contact.scss from 75px to 25px for better spacing.
- Adjusted padding in section_3 of contact.scss to 20px top padding for improved layout.
- Decreased padding in section_6 of contact.scss from 45px to 15px for a more compact design.
- Changed contact email address in ContactMini.php from enquiries@vidok.com to sales@vidok.com.
This commit is contained in:
2025-05-08 21:59:13 +02:00
parent a34a2f1562
commit 71c58e959f
5 changed files with 41 additions and 32 deletions

View File

@@ -19,7 +19,7 @@
</ul>
<ul class="contact-data">
<li>
<a href="mailto:enquiries@vidok.com">enquiries@vidok.com</a>
<a href="mailto:sales@vidok.com">sales@vidok.com</a>
</li>
</ul>
</div>