css fixes

This commit is contained in:
Evgeny Zinoviev 2023-03-04 06:25:48 +03:00
parent eeb84c5be1
commit 179d694b6d
2 changed files with 12 additions and 6 deletions

View File

@ -154,8 +154,11 @@ body.wide .blog-post {
.blog-post-toc { .blog-post-toc {
display: none; display: none;
} }
body.wide .blog-post { .blog-post {
width: auto; width: auto !important;
}
.blog-post-wrap2 {
width: 100%;
} }
} }

View File

@ -34,10 +34,13 @@ body.full-width .base-width {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
body.wide .base-width {
max-width: $wide_width; @media screen and (min-width: $wide_width) {
margin-left: auto; body.wide .base-width {
margin-right: auto; max-width: $wide_width;
margin-left: auto;
margin-right: auto;
}
} }
input[type="text"], input[type="text"],