Compare commits

..

No commits in common. "0d2959e8eae37ac2ff73bf9bc4cb85d1810ffc8d" and "81500127c30569ff1e4821c1186dfaaa06b2ba90" have entirely different histories.

2 changed files with 4 additions and 26 deletions

View File

@ -66,18 +66,4 @@ ul.wp-block-navigation.mobile-header-nav li {
.site-footer a:hover,
.site-footer a:focus {
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;
}
}

View File

@ -67,7 +67,6 @@
"wideSize": "1760px"
},
"typography": {
"fluid": true,
"fontFamilies": [
{
"fontFace": [
@ -478,12 +477,6 @@
"size": "16px",
"slug": "small"
},
{
"fluid": false,
"name": "Standard",
"size": "18px",
"slug": "standard"
},
{
"fluid": false,
"name": "Medium",
@ -497,22 +490,21 @@
"slug": "large"
},
{
"fluid": false,
"name": "Extra Large",
"size": "30px",
"slug": "x-large"
},
{
"fluid": false,
"name": "Extra Extra Large",
"size": "48px",
"slug": "xx-large"
},
{
"fluid" : {
"min": "43px",
"max": "54px"
},
"fluid": false,
"name": "Huge",
"size": "54px",
"size": "56px",
"slug": "huge"
}
]