Remove height:40px from plain_link. Only nice_link.

This commit is contained in:
voussoir 2018-03-19 15:03:53 -07:00
parent b90971813f
commit 45bd80caa4

View file

@ -16,12 +16,12 @@ body, .nice_link
} }
.nice_link, .plain_link .nice_link, .plain_link
{ {
height: 40px;
margin: 8px; margin: 8px;
} }
.nice_link .nice_link
{ {
width: 50%; width: 50%;
height: 40px;
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
} }
.nice_link:hover .nice_link:hover