mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2025-03-29 22:49:56 -04:00
Reduce featured title font size
This commit is contained in:
parent
d2f0f41dec
commit
8ed8eff35b
2 changed files with 2 additions and 2 deletions
|
@ -1505,7 +1505,7 @@ body.page-home > main > header {
|
|||
.featured-extension > section h2 {
|
||||
color: #24a3ec;
|
||||
margin-bottom: 0;
|
||||
font-size: 1.25em; }
|
||||
font-size: 1.1em; }
|
||||
.featured-extension > section p {
|
||||
text-align: left;
|
||||
font-size: 0.9em;
|
||||
|
|
|
@ -262,7 +262,7 @@ body.page-home > main > header {
|
|||
h2 {
|
||||
color: $bright-blue;
|
||||
margin-bottom: 0;
|
||||
font-size: 1.25 * $base-font-size;
|
||||
font-size: 1.1 * $base-font-size;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Reference in a new issue