mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
CSS Fix
CSS fix before stable release.
This commit is contained in:
parent
341091d82d
commit
0f53d0de69
2 changed files with 4 additions and 4 deletions
|
|
@ -278,7 +278,7 @@ blockquote:after {
|
|||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
margin-left: 1em;
|
||||
margin: 1em 0 1em 1em;
|
||||
}
|
||||
|
||||
.credit {
|
||||
|
|
@ -705,7 +705,7 @@ aside .copyright p{
|
|||
-----------------------------*/
|
||||
|
||||
.video-wrapper {
|
||||
margin-bottom:1em;
|
||||
margin:1em 0;
|
||||
}
|
||||
|
||||
@media all and (min-width: 420px) {
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ blockquote:after {
|
|||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
margin-left: 1em;
|
||||
margin: 1em 0 1em 1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
@ -710,7 +710,7 @@ h1.title-post a:hover, h2.title-index a:hover {
|
|||
-----------------------------*/
|
||||
|
||||
.video-wrapper {
|
||||
margin-bottom:1em;
|
||||
margin:1em 0;
|
||||
}
|
||||
|
||||
@media all and (min-width: 420px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue