new media player functionality
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@media (min-width: #{$bp-md}) {
|
||||
min-height: 70vh;
|
||||
max-height: 80vh;
|
||||
}
|
||||
}
|
||||
|
||||
.hero-mountains {
|
||||
@@ -36,6 +41,10 @@
|
||||
z-index: 2;
|
||||
text-align: center;
|
||||
padding: $spacing-3xl $spacing-lg;
|
||||
|
||||
@media (min-width: #{$bp-md}) {
|
||||
padding: $spacing-xl $spacing-lg;
|
||||
}
|
||||
}
|
||||
|
||||
.hero-inner {
|
||||
|
||||
Reference in New Issue
Block a user