diff --git a/web/style/external.scss b/web/style/external.scss new file mode 100644 index 0000000..0b236a9 --- /dev/null +++ b/web/style/external.scss @@ -0,0 +1,4 @@ +.instagram-media { + margin: 0 !important; + min-width: auto !important; +} diff --git a/web/style/index.scss b/web/style/index.scss index fc8d4b9..e23743e 100644 --- a/web/style/index.scss +++ b/web/style/index.scss @@ -6,6 +6,7 @@ @use "./menu.scss"; @use "./pinned.scss"; @use "./scroll.scss"; +@use "./external.scss"; body, html {