add div-clear
This commit is contained in:
parent
1943baef2d
commit
d9d8412872
@ -73,7 +73,7 @@ article h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
margin: 40px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure.right {
|
figure.right {
|
||||||
@ -81,16 +81,13 @@ figure.right {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img,figcaption {
|
img,figcaption {
|
||||||
margin: 10px auto;
|
width: 90%;
|
||||||
padding: 0 10px;
|
margin: 0 auto;
|
||||||
height: auto;
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:600px) {
|
@media (max-width:600px) {
|
||||||
img,figcaption {
|
img,figcaption {
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -338,6 +335,10 @@ nav#TableOfContents ul {
|
|||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background-color: $bgBright;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: $border;
|
background-color: $border;
|
||||||
border: none;
|
border: none;
|
||||||
|
1
layouts/shortcodes/div-clear.html
Normal file
1
layouts/shortcodes/div-clear.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<div style="clear: both"></div>
|
Loading…
Reference in New Issue
Block a user