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

View File

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