|
@ -435,13 +435,13 @@ hr { |
|
|
|
|
|
|
|
|
.section-cont { |
|
|
.section-cont { |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
height: 100%; |
|
|
height: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.section { |
|
|
.section { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
overflow-x: scroll; |
|
|
overflow-x: scroll; |
|
|
height: calc(50vh - 50px); |
|
|
/* height: calc(50vh - 50px); */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.section-title { |
|
|
.section-title { |
|
@ -480,7 +480,7 @@ hr { |
|
|
|
|
|
|
|
|
.content-cont img { |
|
|
.content-cont img { |
|
|
height: auto; |
|
|
height: auto; |
|
|
width: 100%; |
|
|
width: 95%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.content-cont h1 { |
|
|
.content-cont h1 { |
|
@ -495,6 +495,16 @@ hr { |
|
|
font-size: 15px; |
|
|
font-size: 15px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.main-cont { |
|
|
|
|
|
height: 100vh; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
|
|
height: 100vh; |
|
|
|
|
|
overflow-y: scroll; |
|
|
|
|
|
overflow-x: hidden; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px){ |
|
|
@media screen and (max-width: 640px){ |
|
|
.content-cont { |
|
|
.content-cont { |
|
|
padding-right: 10px; |
|
|
padding-right: 10px; |
|
|