From 89fbc57aadfa0392e964e4288777d8c9500984c0 Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Tue, 4 Jan 2022 21:44:33 +0100 Subject: [PATCH] Add external css to override embedded content --- web/style/external.scss | 4 ++++ web/style/index.scss | 1 + 2 files changed, 5 insertions(+) create mode 100644 web/style/external.scss 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 {