Skip to content

Commit

Permalink
fix(docs): fix resolutions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalosard committed Oct 3, 2022
1 parent 12327ce commit d410ad7
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions packages/documentation/src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
}
}

@media (max-width: 1024px) {
.intro {
height: 170vh !important;
min-height: 170vh;
position: absolute;
top: -150px;
}
}
// @media (max-width: 1024px) {
// .intro {
// height: 170vh !important;
// min-height: 170vh;
// position: absolute;
// top: -150px;
// }
// }

.intro {
position: absolute;
Expand All @@ -41,13 +41,11 @@
position: relative;
}

@media (max-width: 1024px) {
@media (max-width: 768px) {
&.industrial_experiance {
height: 1034px !important;
}
}

@media (max-width: 768px) {
.content {
line-height: 25px;
}
Expand Down Expand Up @@ -105,6 +103,15 @@
right: 0;
}

@media (max-width: 1024px) {
.image {
max-width: none !important;
height: 350% !important;
left: -10%;
width: auto !important;
}
}

@media (max-width: 768px) {
.image {
max-width: none !important;
Expand Down Expand Up @@ -712,6 +719,12 @@
/* color: var(--theme-color-inv-soft-text); */
}

@media (max-width: 1024px) {
.Card_Info {
right: -5%;
}
}

@media (max-width: 768px) {
.Card_Info {
position: unset !important;
Expand Down

0 comments on commit d410ad7

Please sign in to comment.