Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/rich-content.scss')
-rw-r--r--assets/scss/rich-content.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/assets/scss/rich-content.scss b/assets/scss/rich-content.scss
index 412456f..95965c1 100644
--- a/assets/scss/rich-content.scss
+++ b/assets/scss/rich-content.scss
@@ -9,28 +9,6 @@ blockquote.twitter-tweet {
padding: 0 30px 27px;
}
-// Avoid breaking the layout
-div.__h_instagram {
- margin: 2rem auto;
-
- a:nth-child(2) {
- display: block;
- margin: .6rem 0;
- line-height: 0;
-
- &:hover {
- opacity: .75;
- }
- }
-
- img {
- border: 1px solid var(--fg);
-
- max-width: 100%;
- object-fit: cover;
- }
-}
-
h2#vimeo-simple-shortcode {
margin-bottom: 1rem;
}