FIX: mentions in category boxes are too big
This commit is contained in:
parent
0e0092d738
commit
bca678ee5a
|
@ -62,6 +62,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.no-logos {
|
||||
.category-box .category-box-inner > a {
|
||||
padding: 3em 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.category-box-heading {
|
||||
padding: 1em 1em 0 1em;
|
||||
}
|
||||
|
@ -86,12 +92,6 @@
|
|||
text-align: center;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
&.no-logos {
|
||||
.category-box a {
|
||||
padding: 3em 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.category-boxes-with-topics {
|
||||
|
|
Loading…
Reference in New Issue