mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user