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:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-12-11 08:22:49 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-12-11 08:22:49 +0300
commit814ffd77a1f56edd4e84136b2eac73cab87c2c65 (patch)
treeebb6ea5f54a48b369e16c5edef0d1acf7163294d /assets
parentda9302802f9f532f8fc9d2f8f972085fc4b03952 (diff)
fix: section.section padding
Diffstat (limited to 'assets')
-rw-r--r--assets/theme/scss/bulma.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/theme/scss/bulma.scss b/assets/theme/scss/bulma.scss
index 2af0e08b..9c204dde 100644
--- a/assets/theme/scss/bulma.scss
+++ b/assets/theme/scss/bulma.scss
@@ -104,6 +104,10 @@ h2 {
border-bottom: solid 2px $grey;
}
+section.section {
+ padding: 1.5rem 1.5rem;
+}
+
pre {
margin: 1rem 0rem;
}