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