Skip to content

Commit

Permalink
Fix h1 width
Browse files Browse the repository at this point in the history
  • Loading branch information
holistic-developer committed May 7, 2024
1 parent a219d1d commit 97f77ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ main {
background-color: var(--background);
}

h1 {
width: 30vw;
}

@media screen and (min-aspect-ratio: 1.4/1) {
@media screen and (min-aspect-ratio: 1.2/1) {
main {
flex-direction: row;
}

h1 {
width: 40vw;
}
}

button {
Expand Down

0 comments on commit 97f77ce

Please sign in to comment.