Commit 3229311b authored by J.M's avatar J.M

Make sidebar links more accessible, display: block

parent d476ac7d
...@@ -73,6 +73,10 @@ ...@@ -73,6 +73,10 @@
font-weight: bold; font-weight: bold;
} }
a {
display: block;
}
.project-name, .group-name { .project-name, .group-name {
font-size: 15px; font-size: 15px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment