Merge branch 'xs-responsive' into dev
This commit is contained in:
@@ -26,3 +26,10 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 599px) {
|
||||||
|
.hero-stat-row {
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0.75rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -46,3 +46,16 @@
|
|||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
color: var(--deepdrft-muted);
|
color: var(--deepdrft-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 599px) {
|
||||||
|
.deepdrft-footer {
|
||||||
|
padding: 1.5rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.deepdrft-footer-copy {
|
||||||
|
width: 100%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
.genre-grid { grid-template-columns: repeat(3, 1fr); }
|
.genre-grid { grid-template-columns: repeat(3, 1fr); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 599px) {
|
||||||
.genre-grid { grid-template-columns: repeat(2, 1fr); }
|
.genre-grid { grid-template-columns: repeat(2, 1fr); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
.feature-card:last-child { border-bottom: none; }
|
.feature-card:last-child { border-bottom: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 599px) {
|
||||||
.features-grid { grid-template-columns: 1fr; }
|
.features-grid { grid-template-columns: 1fr; }
|
||||||
.feature-card { border-right: none; border-bottom: 1px solid rgba(250, 250, 248, 0.08); }
|
.feature-card { border-right: none; border-bottom: 1px solid rgba(250, 250, 248, 0.08); }
|
||||||
.feature-card:last-child { border-bottom: none; }
|
.feature-card:last-child { border-bottom: none; }
|
||||||
@@ -512,7 +512,7 @@
|
|||||||
|
|
||||||
.btn-outline-white:hover { border-color: var(--deepdrft-white); }
|
.btn-outline-white:hover { border-color: var(--deepdrft-white); }
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 599px) {
|
||||||
.cta-banner {
|
.cta-banner {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|||||||
Reference in New Issue
Block a user