add display: block; for <a>
All checks were successful
Deploy website / deploy (push) Successful in 10s

This commit is contained in:
jacekpoz 2024-09-13 22:47:02 +02:00
parent 32eb9b97b6
commit 222f4df82f
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -21,6 +21,10 @@ body {
margin: 1em auto 1em; margin: 1em auto 1em;
} }
a {
display: block;
}
a:link { a:link {
color: #7EB6E1; color: #7EB6E1;
} }