Skip to content

Commit

Permalink
updated docs, website styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhildebrandt committed Oct 25, 2022
1 parent e5b4317 commit 2a8e7f8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ h4 {
width: 100% !important;
flex-direction: column;
}
@media only screen and (max-width: 480px) {
.bg-image-full {
height: calc(var(--vh, 1vh) * 100);
}
}
@media only screen and (min-height: 1100px) {
.bg-image-full {
max-height: 900px;
Expand Down
2 changes: 1 addition & 1 deletion docs/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ h4 {
-o-background-size: cover;
height: 100vh; //calc(100vh);
// height: calc(var(--vh, 1vh) * 100);
@media only screen and (max-width: 480px) {
height: calc(var(--vh, 1vh) * 100);
}

@media only screen and (min-height: 1100px) {
max-height: 900px;
Expand Down
5 changes: 5 additions & 0 deletions docs/v4/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ h4 {
text-align: center;
flex-direction: column;
}
@media only screen and (max-width: 480px) {
.bg-image-full {
height: calc(var(--vh, 1vh) * 100);
}
}
@media only screen and (min-height: 1100px) {
.bg-image-full {
max-height: 900px;
Expand Down
Loading

0 comments on commit 2a8e7f8

Please sign in to comment.