Compare commits
3 Commits
81500127c3
...
0d2959e8ea
Author | SHA1 | Date | |
---|---|---|---|
0d2959e8ea | |||
942d851b02 | |||
06fc832882 |
@ -67,3 +67,17 @@ ul.wp-block-navigation.mobile-header-nav li {
|
|||||||
.site-footer a:focus {
|
.site-footer a:focus {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fixing padding for certain elements on front page */
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
body {
|
||||||
|
--wp--preset--spacing--80: 2.5rem
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* tweak footer font sizes on mobile */
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.site-footer ul.is-style-arrow li {
|
||||||
|
font-size: 18px !important;
|
||||||
|
}
|
||||||
|
}
|
16
theme.json
16
theme.json
@ -67,6 +67,7 @@
|
|||||||
"wideSize": "1760px"
|
"wideSize": "1760px"
|
||||||
},
|
},
|
||||||
"typography": {
|
"typography": {
|
||||||
|
"fluid": true,
|
||||||
"fontFamilies": [
|
"fontFamilies": [
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
@ -477,6 +478,12 @@
|
|||||||
"size": "16px",
|
"size": "16px",
|
||||||
"slug": "small"
|
"slug": "small"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fluid": false,
|
||||||
|
"name": "Standard",
|
||||||
|
"size": "18px",
|
||||||
|
"slug": "standard"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fluid": false,
|
"fluid": false,
|
||||||
"name": "Medium",
|
"name": "Medium",
|
||||||
@ -490,21 +497,22 @@
|
|||||||
"slug": "large"
|
"slug": "large"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fluid": false,
|
|
||||||
"name": "Extra Large",
|
"name": "Extra Large",
|
||||||
"size": "30px",
|
"size": "30px",
|
||||||
"slug": "x-large"
|
"slug": "x-large"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fluid": false,
|
|
||||||
"name": "Extra Extra Large",
|
"name": "Extra Extra Large",
|
||||||
"size": "48px",
|
"size": "48px",
|
||||||
"slug": "xx-large"
|
"slug": "xx-large"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fluid": false,
|
"fluid" : {
|
||||||
|
"min": "43px",
|
||||||
|
"max": "54px"
|
||||||
|
},
|
||||||
"name": "Huge",
|
"name": "Huge",
|
||||||
"size": "56px",
|
"size": "54px",
|
||||||
"slug": "huge"
|
"slug": "huge"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user