Update contact section styles and content

- Removed top padding from sections_2_3 in contact.scss for improved layout.
- Adjusted padding in section_6 for better spacing.
- Added a new contact_alert class in contact.scss for displaying important notifications.
- Updated contact information in ContactMini.php, changing the contact person to Klaudia Mazurkiewicz.
- Removed phone number from ContactMini.php for privacy reasons.
- Created a new contact_alert.php file to inform users about the end of cooperation with Asten Manufacturing Inc.
This commit is contained in:
2025-05-07 23:09:39 +02:00
parent f53af04507
commit a34a2f1562
6 changed files with 67 additions and 24 deletions

View File

@@ -20,7 +20,6 @@
.sections_2_3 {
@include respond-above(md) {
position: relative;
padding-top: 260px;
padding-bottom: 100px;
background-color: #010101;
background-image: url('/upload/filemanager/Pages/Contact/contact-bg.png');
@@ -119,14 +118,14 @@
&.section_2 {
grid-area: s2;
text-align: right;
display: flex;
padding: 0 50px 90px 50px;
// @include respond-above(md) {
// background-color: $cBlack;
// }
justify-content: flex-end;
align-items: center;
gap: 20px;
img {
margin-bottom: 20px;
max-width: 40px;
@include respond-below(md) {
filter: invert(1);
@@ -290,7 +289,7 @@
&.section_6 {
grid-area: s6;
padding: 100px 50px 50px;
padding: 45px 50px 50px;
display: flex;
flex-direction: column;
justify-content: center;
@@ -389,4 +388,13 @@
bottom: 0;
}
}
}
.contact_alert {
margin-top: 25px;
border: 1px solid #FFF246;
background: #505050;
padding: 15px;
color: #FFF;
font-size: 15px;
}