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:
author恋夢 <tiny.dusk4239@maymeow.dev>2021-10-06 17:50:21 +0300
committerGitHub <noreply@github.com>2021-10-06 17:50:21 +0300
commit27c278358310d5322cde054f99654640f2dba31a (patch)
tree836dc48e125351302c8810ab603e5bc1d2bf6a2f
parent57bd108819c412e1099ba090a92569e530867619 (diff)
Update _single.scss
-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
+}