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 {
display: none;
}
body.wide .blog-post {
width: auto;
.blog-post {
width: auto !important;
}
.blog-post-wrap2 {
width: 100%;
}
}

View File

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