Increase line-height for links in .block elements
This commit is contained in:
parent
1b285da4b1
commit
478bbf6116
@ -53,7 +53,7 @@ a {
|
|||||||
color: #600;
|
color: #600;
|
||||||
padding: 0.125em;
|
padding: 0.125em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 1.5px 1.5px #300;
|
text-shadow: 0.5px 0.5px #000;
|
||||||
box-shadow: 4px 4px 0px 1px #300;
|
box-shadow: 4px 4px 0px 1px #300;
|
||||||
font-family: 'proggy-tiny';
|
font-family: 'proggy-tiny';
|
||||||
top: -5px;
|
top: -5px;
|
||||||
@ -68,6 +68,7 @@ a {
|
|||||||
position: initial;
|
position: initial;
|
||||||
margin-left: initial;
|
margin-left: initial;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user