Compare commits
2 Commits
921dcf483f
...
1d725a9945
Author | SHA1 | Date | |
---|---|---|---|
1d725a9945 | |||
3754f42d11 |
@ -37,6 +37,11 @@ ul.wp-block-navigation.mobile-header-nav li {
|
||||
border-color: var(--wp--preset--color--black);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.main-header-nav .wp-block-navigation-item__content {
|
||||
width: -webkit-fill-available;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* style footer on mobile */
|
||||
@ -109,4 +114,60 @@ ul.wp-block-navigation.mobile-header-nav li {
|
||||
|
||||
.post-bio-container {
|
||||
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…
Reference in New Issue
Block a user