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:
55
.vscode/ftp-kr.sync.cache.json
vendored
55
.vscode/ftp-kr.sync.cache.json
vendored
@@ -26,7 +26,7 @@
|
||||
"autoload": {},
|
||||
"b2b_users.csv": {
|
||||
"type": "-",
|
||||
"size": 1791,
|
||||
"size": 2786,
|
||||
"lmtime": 0,
|
||||
"modified": true
|
||||
},
|
||||
@@ -114,8 +114,8 @@
|
||||
},
|
||||
"contact.scss": {
|
||||
"type": "-",
|
||||
"size": 7852,
|
||||
"lmtime": 0,
|
||||
"size": 7983,
|
||||
"lmtime": 1746649872298,
|
||||
"modified": false
|
||||
},
|
||||
"entrance-doors.scss": {
|
||||
@@ -162,9 +162,9 @@
|
||||
},
|
||||
"style.scss": {
|
||||
"type": "-",
|
||||
"size": 43746,
|
||||
"size": 41643,
|
||||
"lmtime": 1741984616275,
|
||||
"modified": false
|
||||
"modified": true
|
||||
},
|
||||
"wooden-aluminium-windows.scss": {
|
||||
"type": "-",
|
||||
@@ -230,14 +230,14 @@
|
||||
},
|
||||
"contact.css": {
|
||||
"type": "-",
|
||||
"size": 10368,
|
||||
"lmtime": 0,
|
||||
"size": 10525,
|
||||
"lmtime": 1746649872405,
|
||||
"modified": false
|
||||
},
|
||||
"contact.css.map": {
|
||||
"type": "-",
|
||||
"size": 21821,
|
||||
"lmtime": 0,
|
||||
"size": 21416,
|
||||
"lmtime": 1746649872405,
|
||||
"modified": false
|
||||
},
|
||||
"entrance-doors.css": {
|
||||
@@ -411,6 +411,20 @@
|
||||
}
|
||||
},
|
||||
"templates_user": {
|
||||
".DS_Store": {
|
||||
"type": "-",
|
||||
"size": 6148,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"articles": {
|
||||
"password-view.php": {
|
||||
"type": "-",
|
||||
"size": 1685,
|
||||
"lmtime": 1741983987004,
|
||||
"modified": false
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"ContactForm.php": {
|
||||
"type": "-",
|
||||
@@ -420,8 +434,8 @@
|
||||
},
|
||||
"ContactMini.php": {
|
||||
"type": "-",
|
||||
"size": 1227,
|
||||
"lmtime": 0,
|
||||
"size": 1140,
|
||||
"lmtime": 1746652000974,
|
||||
"modified": false
|
||||
},
|
||||
"Footer.php": {
|
||||
@@ -444,19 +458,18 @@
|
||||
},
|
||||
"detect-language.php": {
|
||||
"type": "-",
|
||||
"size": 1745,
|
||||
"size": 1760,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
"modified": true
|
||||
}
|
||||
},
|
||||
"articles": {
|
||||
"password-view.php": {
|
||||
"type": "-",
|
||||
"size": 1685,
|
||||
"lmtime": 1741983987004,
|
||||
"modified": false
|
||||
}
|
||||
}
|
||||
"contact_alert.php": {
|
||||
"type": "-",
|
||||
"size": 366,
|
||||
"lmtime": 1746649312482,
|
||||
"modified": false
|
||||
},
|
||||
"custom-pages": {}
|
||||
},
|
||||
"upload": {}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -62,7 +62,7 @@
|
||||
h2 {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 75px;
|
||||
margin-bottom: 25px;
|
||||
|
||||
@include respond-above(md) {
|
||||
color: $cTxtWhite;
|
||||
@@ -151,11 +151,7 @@
|
||||
&.section_3 {
|
||||
grid-area: s3;
|
||||
text-align: right;
|
||||
padding: 0 50px;
|
||||
|
||||
// @include respond-above(md) {
|
||||
// background-color: $cBlack;
|
||||
// }
|
||||
padding: 20px 50px 0;
|
||||
|
||||
h2 {
|
||||
font-size: 32px;
|
||||
@@ -232,7 +228,7 @@
|
||||
h2 {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 75px;
|
||||
margin-bottom: 25px;
|
||||
text-transform: uppercase;
|
||||
|
||||
@include respond-below(md) {
|
||||
@@ -289,7 +285,7 @@
|
||||
|
||||
&.section_6 {
|
||||
grid-area: s6;
|
||||
padding: 45px 50px 50px;
|
||||
padding: 15px 50px 50px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
@@ -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