Bundled Themes: Twenty Nineteen decrease the font size for widget titles.
Update styles to decrease the font size for widget titles. Props kjellr, mukesh27. Fixes #45865. git-svn-id: https://develop.svn.wordpress.org/trunk@47586 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb29ca927c
commit
7b6e7babe4
@ -1,6 +1,10 @@
|
||||
.widget {
|
||||
margin: 0 0 #{$size__spacing-unit};
|
||||
|
||||
.widget-title {
|
||||
font-size: $font__size-lg;
|
||||
}
|
||||
|
||||
/* Make sure select elements fit in widgets. */
|
||||
select {
|
||||
max-width: 100%;
|
||||
|
@ -5071,6 +5071,10 @@ body.page .main-navigation {
|
||||
/* Make sure select elements fit in widgets. */
|
||||
}
|
||||
|
||||
.widget .widget-title {
|
||||
font-size: 1.6875em;
|
||||
}
|
||||
|
||||
.widget select {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -5077,6 +5077,10 @@ body.page .main-navigation {
|
||||
/* Make sure select elements fit in widgets. */
|
||||
}
|
||||
|
||||
.widget .widget-title {
|
||||
font-size: 1.6875em;
|
||||
}
|
||||
|
||||
.widget select {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user