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

This reverts commit 222f4df82f.
This commit is contained in:
jacekpoz 2024-09-13 22:48:29 +02:00
parent 222f4df82f
commit 7265bb8191
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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