You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
511 B
35 lines
511 B
.activities-info { |
|
display : flex; |
|
flex-direction : row; |
|
margin : 3rem auto; |
|
|
|
.desc { |
|
flex : 1; |
|
padding-right : 3rem; |
|
|
|
} |
|
.promo-image { |
|
display : flex; |
|
align-items : center; |
|
flex : 1; |
|
|
|
img { |
|
display : block; |
|
width : 100%; |
|
height : auto; |
|
} |
|
} |
|
} |
|
|
|
@media (max-width : 900px) { |
|
.activities-info { |
|
flex-direction : column; |
|
|
|
.desc { |
|
padding : 0; |
|
h1 { |
|
font-size : 3.6rem |
|
} |
|
} |
|
} |
|
}
|
|
|