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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user