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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <52706977+zzossig@users.noreply.github.com>2021-05-23 17:08:31 +0300
committerGitHub <noreply@github.com>2021-05-23 17:08:31 +0300
commit68ac620290d149a413f36f56b5a50f0994554305 (patch)
treee41a93fcded77d28ae3923d9d6c95bc234e80f96
parente43a7c1aeca5d0dccb35ee394d127e89d08bc1bc (diff)
parent8aed0626fced7579bf2e37fb1f9c11a7a94301d9 (diff)
Merge pull request #415 from sky-bro/patch-1
fix typo
-rw-r--r--assets/sass/pages/_single.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/pages/_single.scss b/assets/sass/pages/_single.scss
index e1b0242..60add76 100644
--- a/assets/sass/pages/_single.scss
+++ b/assets/sass/pages/_single.scss
@@ -99,7 +99,7 @@
margin: 1rem 0;
font-size: 1rem;
line-height: 1.7;
- width: inheirt;
+ width: inherit;
max-width: inherit;
h1,
h2,
@@ -629,4 +629,4 @@ table:not(.lntable) {
padding: 2px 7px !important;
}
}
-} \ No newline at end of file
+}