nav links now fit entire cell

This commit is contained in:
Benjamin Morrison 2020-07-11 01:16:25 -04:00
parent 99bdbf53e6
commit 31c591924d
Signed by: gbmor
GPG Key ID: 8F192E4720BB0DAC
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ pre {
}
#navigation div a {
display: block;
width: 100%;
color: white;
text-align: center;
text-decoration: none;