Skip to content

Commit

Permalink
Use vw instead of vh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Aug 18, 2022
1 parent edf0090 commit a9fd83a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Other button classes are defined further down together with other classes for th

@media (max-width: 700px) and (orientation: portrait) {
.header-wrapper {
width: 80vh;
width: 200vw;
}
}

Expand Down Expand Up @@ -145,11 +145,11 @@ Other button classes are defined further down together with other classes for th

@media (max-width: 700px) and (orientation: portrait) {
.usr-header {
width: 150vh;
width: 200vw;
}

.help-header {
width: 100vh;
width: 200vw;
}
}

Expand All @@ -160,7 +160,7 @@ Other button classes are defined further down together with other classes for th

@media (max-width: 700px) and (orientation: portrait) {
.spreadsheet {
width: 150vh;
width: 200vw;
}
}

Expand Down Expand Up @@ -289,7 +289,7 @@ Other button classes are defined further down together with other classes for th

@media (max-width: 700px) and (orientation: portrait) {
.login-wrapper {
width: 80vh;
width: 200vw;
}
}

Expand Down Expand Up @@ -718,7 +718,7 @@ Other button classes are defined further down together with other classes for th
.help-wrapper {
position: flex;
flex-direction: column;
width: 100vh;
width: 200vw;
}
}

Expand Down

0 comments on commit a9fd83a

Please sign in to comment.