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

feat: responsiveness laptop L 1440px

parent fd5bc626
Branches
No related tags found
No related merge requests found
......@@ -46,28 +46,29 @@
}
@media (max-width: 1200px) {
.TowerSection {
min-height: 80vh;
@media (max-width: 1440px) {
.TowerSection {
min-height: 90vh;
.LeftSide {
flex-basis: 30%;
.TowerImage {
max-width: 50vw;
max-height: 50vh;
max-width: 90%;
max-height: 90%;
}
}
.RightSide {
flex-basis: 40%;
flex-basis: 30%;
.Title {
font-size: 5vw;
line-height: 5.4vw;
font-size: $section_title_size;
line-height: $section_title_line_height;
}
.Caption {
font-size: 2.7vw;
line-height: 3.1vw;
max-width: 80%;
font-size: $section_caption_size;
line-height: $section_caption_line_height;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment