FIX: mentions in category boxes are too big

This commit is contained in:
Neil Lalonde 2017-06-27 10:54:43 -04:00
parent 0e0092d738
commit bca678ee5a
1 changed files with 6 additions and 6 deletions

View File

@ -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 {