Skip to content
Snippets Groups Projects
Commit 970aae2c authored by Aliaksandr BUDZKO's avatar Aliaksandr BUDZKO
Browse files

fix: spacing fix

parent 6d1b1f6d
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,6 @@
@media (max-width: 375px) {
.BottomSection {
min-height: 70vh;
min-height: 65vh;
}
}
......@@ -103,7 +103,7 @@
@media (max-width: 375px) {
.FeatureSection {
min-height: 50vh;
flex-direction: column;
justify-content: left;
......
......@@ -87,7 +87,7 @@
@media (max-width: 768px) {
.StatsSection {
min-height: 90vh;
min-height: 80vh;
flex-direction: column-reverse;
.LeftSide {
......@@ -124,7 +124,7 @@
@media (max-width: 576px) {
.StatsSection {
min-height: 60vh;
min-height: 50vh;
.RightSide {
......
......@@ -52,51 +52,53 @@
@media (max-width: 768px) {
.TowerSection {
flex-direction: column;
text-align: center;
padding-top: 10%;
padding-bottom: 10%;
.LeftSide {
.TowerImage {
width: 80vw;
height: 30vh;
}
}
.RightSide {
padding-top: 5%;
.Title {
font-size: 5vw;
line-height: 5vw;
}
.Caption {
font-size: 2.7vw;
line-height: 2.7vw;
}
}
}
}
//@media (max-width: 1200px) {
// .TowerSection {
// flex-direction: column;
// text-align: center;
// padding-top: 10%;
// padding-bottom: 10%;
//
// .LeftSide {
// .TowerImage {
// width: 90vw;
// height: 50vh;
// }
// }
//
// .RightSide {
// .Title {
// font-size: 5vw;
// line-height: 5vw;
// }
//
// .Caption {
// font-size: 2.7vw;
// line-height: 2.7vw;
//
// }
// }
// }
//}
@media (max-width: 1200px) {
.TowerSection {
flex-direction: column;
text-align: center;
padding-top: 10%;
padding-bottom: 10%;
min-height: 40vh;
flex-direction: row;
justify-content: center;
.LeftSide {
flex-basis: 40%;
.TowerImage {
width: 90vw;
height: 50vh;
max-width: 40vw;
max-height: 30vh;
}
}
.RightSide {
flex-basis: 40%;
.Title {
font-size: 5vw;
line-height: 5vw;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment