css fixes
This commit is contained in:
parent
eeb84c5be1
commit
179d694b6d
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user