FIX: links in category description inside subcategory boxes have too much padding

This commit is contained in:
Neil Lalonde 2017-03-20 14:24:43 -04:00
parent bc96f0fe78
commit 85280b0bc8
1 changed files with 5 additions and 5 deletions

View File

@ -202,6 +202,7 @@
font-size: 1.5em;
margin-bottom: 0.5em;
margin-top: 0.25em;
line-height: 1.1em;
}
.description {
font-size: 1.05em;
@ -227,16 +228,15 @@
.category-box {
width: 23%;
margin: 0 1% 1.5em 1%;
> a {
width: 100%;
padding: 1em;
}
}
.details {
text-align: center;
}
a {
width: 100%;
padding: 1em;
}
&.no-logos {
.category-box a {
padding: 3em 1em;