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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/components/_summary.scss')
-rw-r--r--assets/sass/components/_summary.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/components/_summary.scss b/assets/sass/components/_summary.scss
index 83100c4..1eb92fa 100644
--- a/assets/sass/components/_summary.scss
+++ b/assets/sass/components/_summary.scss
@@ -1,12 +1,11 @@
.summary-card {
padding: 1rem;
padding-bottom: 0;
- margin: 1.5rem 0;
+ margin: 2.5rem 0 2rem 0;
position: relative;
@include themify($themes) {
background-color: themed('body-background-color');
- border-bottom: 1px solid themed('hr-color');
}
.title {
@@ -43,6 +42,7 @@
@include flex-wrap(wrap);
@include themify($themes) {
background-color: themed('body-background-color');
+ border-bottom: 1px solid themed('hr-color');
}
}