Compare commits
No commits in common. "7f10b4725175ae0feb5e305f44aa986333657ebe" and "3f95a27421e656eff78aef29931aefaac115af57" have entirely different histories.
7f10b47251
...
3f95a27421
@ -78,3 +78,4 @@ function setHeaderClasses() {
|
||||
}
|
||||
|
||||
const navItems = document.querySelectorAll('.st-header-icon-bar__item');
|
||||
|
||||
|
@ -6,7 +6,6 @@ add_action('after_setup_theme', 'slowtwitch_theme_support');
|
||||
function slowtwitch_theme_support() {
|
||||
add_theme_support('title-tag');
|
||||
add_theme_support( 'align-wide' );
|
||||
add_theme_support( 'responsive-embeds' );
|
||||
}
|
||||
|
||||
// enqueue styles
|
||||
|
17
style.css
17
style.css
@ -1173,23 +1173,6 @@ COMPONENTS
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-block-embed.is-type-video iframe {
|
||||
width: 100%;
|
||||
height: 231px;
|
||||
}
|
||||
|
||||
@media (min-width: 760px) {
|
||||
.wp-block-embed.is-type-video iframe {
|
||||
height: 360px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.wp-block-embed.is-type-video iframe {
|
||||
height: 562px;
|
||||
}
|
||||
}
|
||||
|
||||
.st-article-section-related-articles {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user