FIX: use consistent heading style in the category box styles
This commit is contained in:
parent
249eedd45c
commit
899a747e68
|
@ -63,11 +63,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.5em;
|
font-size: 1.2em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
line-height: 1.1em;
|
line-height: 1.1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.no-logos {
|
&.no-logos {
|
||||||
|
|
Loading…
Reference in New Issue