FIX: links in category description inside subcategory boxes have too much padding
This commit is contained in:
parent
bc96f0fe78
commit
85280b0bc8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue