Skip to content

Commit

Permalink
More mobile-friendly banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Feb 24, 2024
1 parent 92cf0c1 commit 78b72fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
height: 50vw;
text-align: center;
}

@media screen and (orientation: portrait) {
.quarto-title-banner {
height: 100vh;
text-align: center;
}
}

.quarto-title {
margin: auto;
}
Expand Down

0 comments on commit 78b72fc

Please sign in to comment.