Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
HEUDavid committed Sep 12, 2024
1 parent ba9d622 commit 5b0832a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ form {
}

.footer {
bottom: 4.0vh;
bottom: 25px;
position: absolute;
width: 100%;
text-align: center
Expand All @@ -116,7 +116,7 @@ form {
.footer a {
font-family: ui-serif;
font-size: clamp(10px, calc(0.5rem + 0.2vw + 0.38vh), 12px);
color: #4a457e;
color: rgba(28, 28, 28, 0.8);
text-decoration: none
}

Expand Down

0 comments on commit 5b0832a

Please sign in to comment.