dis fix 12
This commit is contained in:
parent
d8525e378b
commit
bdd8d9ee33
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
// Hero Section
|
||||
.hero {
|
||||
//margin: -80rem 0 0;
|
||||
background: var(--common-black) url('/images/hero/hero-bg.jpg') center center / cover no-repeat fixed;
|
||||
background: var(--common-black) url('/images/hero/hero-bg.jpg') center center / cover no-repeat;
|
||||
height: 100vh;
|
||||
max-height: 900rem;
|
||||
padding: 80rem 0;
|
||||
|
@ -227,9 +227,9 @@ margin-bottom: 35rem;
|
|||
@media (max-width: $media-md) {
|
||||
flex-direction: column-reverse;
|
||||
margin-right: 0;
|
||||
gap: 40rem;
|
||||
gap: 10rem;
|
||||
text-align: center;
|
||||
padding-bottom: 120rem;
|
||||
padding-bottom: 40rem;
|
||||
}
|
||||
&:nth-child(2n) {
|
||||
flex-direction: row-reverse;
|
||||
|
|
Loading…
Add table
Reference in a new issue