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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/templates/_main.scss')
-rw-r--r--assets/scss/templates/_main.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/scss/templates/_main.scss b/assets/scss/templates/_main.scss
index a616e70..93c0e60 100644
--- a/assets/scss/templates/_main.scss
+++ b/assets/scss/templates/_main.scss
@@ -48,6 +48,13 @@
}
}
+// blog card
+.card-img {
+ object-fit: cover;
+ width: 100%;
+ height: 10vw;
+}
+
// blog post
a.post-title {
color: $text-color-dark;