Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nisanord authored May 6, 2024
1 parent e5dc6cf commit b1bb556
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
html, body {
html,
body {
height: 100%;
width: 75%;
min-width: 320px;
}

html {
html,
button {
font-size: calc(16px + 1.5 * 1vw);
font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', 'Helvetica Neue', Helvetica,
Ubuntu, Roboto, Noto, Arial, sans-serif;
Expand All @@ -17,7 +19,12 @@ body {
color: snow;
}

p {
.helloworld {
display: inline;
}

p,
button {
font-weight: bold;
line-height: 1.5rem;
margin-top: 0.75rem;
Expand Down

0 comments on commit b1bb556

Please sign in to comment.