diff --git a/config.toml b/config.toml index 23089c1..683f3f7 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # Be sure to change these! -base_url = "https://zola-theme-terminimal.pages.dev/" +base_url = "https://zola-theme-terminimal.pages.dev" title = "Tech it Yourself" # Sass compilation is required diff --git a/templates/shortcodes/youtube.html b/templates/shortcodes/youtube.html index 68f44c0..315b397 100644 --- a/templates/shortcodes/youtube.html +++ b/templates/shortcodes/youtube.html @@ -1,13 +1,3 @@ -.responsive-iframe { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - width: 100%; - height: 100%; - } -