mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
fixed up css for better hit targets
This commit is contained in:
parent
c502ffabc0
commit
8ec649955b
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue