Compare commits

..

No commits in common. "7f10b4725175ae0feb5e305f44aa986333657ebe" and "3f95a27421e656eff78aef29931aefaac115af57" have entirely different histories.

3 changed files with 2 additions and 19 deletions

View File

@ -78,3 +78,4 @@ function setHeaderClasses() {
} }
const navItems = document.querySelectorAll('.st-header-icon-bar__item'); const navItems = document.querySelectorAll('.st-header-icon-bar__item');

View File

@ -4,9 +4,8 @@
add_action('after_setup_theme', 'slowtwitch_theme_support'); add_action('after_setup_theme', 'slowtwitch_theme_support');
function slowtwitch_theme_support() { function slowtwitch_theme_support() {
add_theme_support( 'title-tag' ); add_theme_support('title-tag');
add_theme_support( 'align-wide' ); add_theme_support( 'align-wide' );
add_theme_support( 'responsive-embeds' );
} }
// enqueue styles // enqueue styles

View File

@ -1173,23 +1173,6 @@ COMPONENTS
max-width: 100%; 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 { .st-article-section-related-articles {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;