Remove height:40px from plain_link. Only nice_link.
This commit is contained in:
parent
b90971813f
commit
45bd80caa4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue