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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_index.scss')
-rw-r--r--sass/_index.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/sass/_index.scss b/sass/_index.scss
index dcab3df..0fc26ee 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -298,9 +298,14 @@ img.card-img-top {
height: 120px;
}
-.content-header {
+.post-banner {
display: flex;
justify-content: space-between;
+
+ img {
+ height: 150px;
+ width: 100%;
+ }
}
.card-block {