Increase line height
All checks were successful
/ publish (push) Successful in 9s

This commit is contained in:
asonix 2024-02-11 11:09:44 -06:00
parent 89377f1df8
commit 72998b5820

View file

@ -89,6 +89,10 @@ main a:visited:hover {
color: #a90649;
}
main p {
line-height: 20px;
}
.overlay {
backdrop-filter: blur(8px);
background-color: #ffffffcb;