mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-08-09 04:43:22 +01:00
Tweaked contact page layout
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<div class="contact-page">
|
<div class="contact-page">
|
||||||
<NavigationHeader />
|
<NavigationHeader />
|
||||||
<div class="content">
|
<div class="contact-content">
|
||||||
<div class="contact-form-column">
|
<div class="contact-form-column">
|
||||||
<h1>Contact Us</h1>
|
<h1>Contact Us</h1>
|
||||||
<h2>We look forward to hearing from you!</h2>
|
<h2>We look forward to hearing from you!</h2>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.contact-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -52,3 +52,18 @@
|
|||||||
width: 67%;
|
width: 67%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (orientation: portrait) and (max-width: 1080px) {
|
||||||
|
.contact-content {
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-form-column {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-image-column {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user