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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2020-05-22 14:41:09 +0300
committerGitHub <noreply@github.com>2020-05-22 14:41:09 +0300
commitacd2b3f11fe51f4d769f10fae8706a4fc7e300ba (patch)
tree28b840d46708a0ef70375cb5fb7fa824c670919d /assets
parent17a7fd01f145ba6a68abfbd653d273972c74136a (diff)
feat: Add circle shortcode (#158)
cf. #152
Diffstat (limited to 'assets')
-rw-r--r--assets/theme/scss/style.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/assets/theme/scss/style.scss b/assets/theme/scss/style.scss
index 1358422e..941c4f8f 100644
--- a/assets/theme/scss/style.scss
+++ b/assets/theme/scss/style.scss
@@ -3,12 +3,3 @@
pre {
margin: 1rem 0rem;
}
-
-figure.image {
- margin: 2rem 0rem;
-
- figcaption {
- margin: 1rem 0rem;
- }
-}
-