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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2021-10-16 00:12:50 +0300
committerGitHub <noreply@github.com>2021-10-16 00:12:50 +0300
commit62e165a597899631fd330f832041b236d0f1e1d5 (patch)
tree836dc48e125351302c8810ab603e5bc1d2bf6a2f
parent57bd108819c412e1099ba090a92569e530867619 (diff)
parent27c278358310d5322cde054f99654640f2dba31a (diff)
Merge pull request #341 from MayMeow/MayMeow-fix-cover-rounded-corners
Fix rounded corners for cover images
-rw-r--r--assets/scss/_single.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss
index 2359e09..9d36cb1 100644
--- a/assets/scss/_single.scss
+++ b/assets/scss/_single.scss
@@ -46,6 +46,7 @@
margin: 40px -50px;
width: $max-width;
max-width: $max-width;
+ overflow: hidden;
@media #{$media-size-tablet} {
margin: 20px 0;
width: 100%;
@@ -230,4 +231,4 @@
&.previous .button__icon {
margin-right: 8px;
}
-} \ No newline at end of file
+}