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