Skip to content

Commit

Permalink
fix: dhv
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed May 20, 2024
1 parent a0a0012 commit a585b99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/base.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
body,
html {
height: 100vh;
height: 100dvh;
font-family: system-ui;
}

html::before {
content: attr(title);
position: absolute;
inset: 97.5vh 0 0;
font-size: 0.8em;
inset: 97.5dvh 0 0;
font-size: 0.8rem;
font-weight: 300;
font-family: inherit;
opacity: 0.69;
Expand All @@ -22,14 +22,14 @@ html::after {
z-index: -1;
inset: 0;
overflow: hidden;
height: 100vh;
height: 100dvh;
}


body {
margin: 0;
display: grid;
grid-template-rows: 1fr 4.5em;
grid-template-rows: 1fr 4.5rem;
grid-template-columns: 1fr;
text-align: center;
/* background-color: var(--light); */
Expand Down

0 comments on commit a585b99

Please sign in to comment.