mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-24 06:11:57 +00:00
Tweaked contact page layout
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<div class="contact-page">
|
||||
<NavigationHeader />
|
||||
<div class="content">
|
||||
<div class="contact-content">
|
||||
<div class="contact-form-column">
|
||||
<h1>Contact Us</h1>
|
||||
<h2>We look forward to hearing from you!</h2>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.content {
|
||||
.contact-content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
@@ -52,3 +52,18 @@
|
||||
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