fixed up css for better hit targets

This commit is contained in:
Miodec 2022-01-20 01:11:15 +01:00
parent c502ffabc0
commit 8ec649955b

View file

@ -37,8 +37,11 @@
&.quickNav .links {
display: grid;
grid-auto-flow: column;
text-align: center;
a {
text-decoration: none;
width: 100%;
cursor: pointer;
// opacity: 0.5;
&:hover {
opacity: 1;