Compare commits
No commits in common. "1d725a9945962a328d04fbce8cff3f46a7b35302" and "921dcf483fc243f78a3f5e9a0b65206736de528c" have entirely different histories.
1d725a9945
...
921dcf483f
@ -37,11 +37,6 @@ ul.wp-block-navigation.mobile-header-nav li {
|
|||||||
border-color: var(--wp--preset--color--black);
|
border-color: var(--wp--preset--color--black);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-header-nav .wp-block-navigation-item__content {
|
|
||||||
width: -webkit-fill-available;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style footer on mobile */
|
/* style footer on mobile */
|
||||||
@ -115,59 +110,3 @@ ul.wp-block-navigation.mobile-header-nav li {
|
|||||||
.post-bio-container {
|
.post-bio-container {
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* utility class for reversing column on mobile */
|
|
||||||
@media (max-width: 480px) {
|
|
||||||
.col-sm-reverse {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container--about-us {
|
|
||||||
padding-left: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.constrained-text-width.mw-740 > p {
|
|
||||||
max-width: 740px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sans-serif-bold strong {
|
|
||||||
font-family: 'Instrument Sans', sans-serif;
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.is-style-outline.wp-block-tag-cloud {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-tag-cloud a {
|
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
margin-inline: 2em;
|
|
||||||
background: black;
|
|
||||||
color: white;
|
|
||||||
border-color: black;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-tag-cloud a:hover {
|
|
||||||
text-decoration: underline !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-search__inside-wrapper {
|
|
||||||
background-color: var(--wp--preset--color--black);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-search__input {
|
|
||||||
background: var(--wp--preset--color--black);
|
|
||||||
color: var(--wp--preset--color--white);
|
|
||||||
padding-inline: 2rem;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-search__button.has-icon {
|
|
||||||
background: var(--wp--preset--gradient--violet-to-green);
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user