Skip to content

Commit

Permalink
modificato: docs/style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LL-10 committed Oct 6, 2024
1 parent 555409b commit 8024c1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
width: 100dvw;
height: 100%;
height: 100dvh;
display: flex;
font-size: calc(40vw / 9);
font-family: Helvetica, sans-serif;
Expand All @@ -14,12 +14,13 @@
}

body {
flex: 1;
margin: 0;
padding: 0;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
overflow: hidden;
}

Expand Down

0 comments on commit 8024c1a

Please sign in to comment.