Add Doormile Wings air freight page with nav, footer links, and sitemap.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -964,6 +964,36 @@ body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
SHARED PAGE CONTENT CONTAINER
|
||||
Mirrors the site's e-con-boxed > e-con-inner system: 1480px
|
||||
max-width centred with fluid horizontal padding identical to the
|
||||
Industry Solutions / OurTeam override above. Apply this class to
|
||||
any section's inner container div to guarantee that content edges
|
||||
line up with every other page section (Home, About, Solutions…).
|
||||
============================================================ */
|
||||
.dm-section-container {
|
||||
max-width: 1480px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Air Freight hero frame: the generic vendor CSS assigns 32px padding to
|
||||
.elementor-element-741f56c on all pages; Home's frame is 20px (scoped
|
||||
to .elementor-61). Scope the same 20px frame to the Air Freight hero so
|
||||
the card alignment matches Home and Solutions exactly. */
|
||||
@media (min-width: 1025px) {
|
||||
.af-hero-page.elementor-element-741f56c {
|
||||
--padding-top: 20px;
|
||||
--padding-right: 20px;
|
||||
--padding-bottom: 20px;
|
||||
--padding-left: 20px;
|
||||
padding: 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Custom premium animations keyframes */
|
||||
@keyframes shimmer-sweep {
|
||||
0% {
|
||||
|
||||
Reference in New Issue
Block a user