Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Updated placeholder styling to desired size (#60)
Browse files Browse the repository at this point in the history
Placeholder styling has been set to desired size (2rem)
  • Loading branch information
olii-dev authored Jul 5, 2024
1 parent 58f5a69 commit 7fe9bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ if (Astro.request.method === "POST") {
}
input::placeholder {
font-family: "Averia Serif Libre", serif;
font-size: 2rem;
}
label {
font-family: "Averia Serif Libre", serif;
Expand Down

0 comments on commit 7fe9bb3

Please sign in to comment.