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

@@ -26,7 +26,7 @@
"autoload": {}, "autoload": {},
"b2b_users.csv": { "b2b_users.csv": {
"type": "-", "type": "-",
"size": 1791, "size": 2786,
"lmtime": 0, "lmtime": 0,
"modified": true "modified": true
}, },
@@ -114,8 +114,8 @@
}, },
"contact.scss": { "contact.scss": {
"type": "-", "type": "-",
"size": 7852, "size": 7983,
"lmtime": 0, "lmtime": 1746649872298,
"modified": false "modified": false
}, },
"entrance-doors.scss": { "entrance-doors.scss": {
@@ -162,9 +162,9 @@
}, },
"style.scss": { "style.scss": {
"type": "-", "type": "-",
"size": 43746, "size": 41643,
"lmtime": 1741984616275, "lmtime": 1741984616275,
"modified": false "modified": true
}, },
"wooden-aluminium-windows.scss": { "wooden-aluminium-windows.scss": {
"type": "-", "type": "-",
@@ -230,14 +230,14 @@
}, },
"contact.css": { "contact.css": {
"type": "-", "type": "-",
"size": 10368, "size": 10525,
"lmtime": 0, "lmtime": 1746649872405,
"modified": false "modified": false
}, },
"contact.css.map": { "contact.css.map": {
"type": "-", "type": "-",
"size": 21821, "size": 21416,
"lmtime": 0, "lmtime": 1746649872405,
"modified": false "modified": false
}, },
"entrance-doors.css": { "entrance-doors.css": {
@@ -411,6 +411,20 @@
} }
}, },
"templates_user": { "templates_user": {
".DS_Store": {
"type": "-",
"size": 6148,
"lmtime": 0,
"modified": false
},
"articles": {
"password-view.php": {
"type": "-",
"size": 1685,
"lmtime": 1741983987004,
"modified": false
}
},
"components": { "components": {
"ContactForm.php": { "ContactForm.php": {
"type": "-", "type": "-",
@@ -420,8 +434,8 @@
}, },
"ContactMini.php": { "ContactMini.php": {
"type": "-", "type": "-",
"size": 1227, "size": 1140,
"lmtime": 0, "lmtime": 1746652000974,
"modified": false "modified": false
}, },
"Footer.php": { "Footer.php": {
@@ -444,19 +458,18 @@
}, },
"detect-language.php": { "detect-language.php": {
"type": "-", "type": "-",
"size": 1745, "size": 1760,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
} }
}, },
"articles": { "contact_alert.php": {
"password-view.php": { "type": "-",
"type": "-", "size": 366,
"size": 1685, "lmtime": 1746649312482,
"lmtime": 1741983987004, "modified": false
"modified": false },
} "custom-pages": {}
}
}, },
"upload": {} "upload": {}
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -62,7 +62,7 @@
h2 { h2 {
font-size: 32px; font-size: 32px;
font-weight: 700; font-weight: 700;
margin-bottom: 75px; margin-bottom: 25px;
@include respond-above(md) { @include respond-above(md) {
color: $cTxtWhite; color: $cTxtWhite;
@@ -151,11 +151,7 @@
&.section_3 { &.section_3 {
grid-area: s3; grid-area: s3;
text-align: right; text-align: right;
padding: 0 50px; padding: 20px 50px 0;
// @include respond-above(md) {
// background-color: $cBlack;
// }
h2 { h2 {
font-size: 32px; font-size: 32px;
@@ -232,7 +228,7 @@
h2 { h2 {
font-size: 32px; font-size: 32px;
font-weight: 700; font-weight: 700;
margin-bottom: 75px; margin-bottom: 25px;
text-transform: uppercase; text-transform: uppercase;
@include respond-below(md) { @include respond-below(md) {
@@ -289,7 +285,7 @@
&.section_6 { &.section_6 {
grid-area: s6; grid-area: s6;
padding: 45px 50px 50px; padding: 15px 50px 50px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;

View File

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