add display: block; for <a>
All checks were successful
Deploy website / deploy (push) Successful in 10s
All checks were successful
Deploy website / deploy (push) Successful in 10s
This commit is contained in:
parent
32eb9b97b6
commit
222f4df82f
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ body {
|
|||
margin: 1em auto 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #7EB6E1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue