mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 12:40:55 +00:00
1. Updated typography for blockquotes
2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
$border: inline-image('dotted-border.png');
|
||||
#articles {
|
||||
overflow: hidden;
|
||||
@media only screen and (max-width: 768px) {
|
||||
ul, ol { margin-left: 1.4em; }
|
||||
}
|
||||
@ -91,7 +92,7 @@ $border: inline-image('dotted-border.png');
|
||||
top: .3em;
|
||||
padding-left: .5em;
|
||||
}
|
||||
footer {
|
||||
> footer {
|
||||
margin-top: 2em;
|
||||
padding-top: 1em;
|
||||
margin-bottom: 1.5em;
|
||||
|
||||
@ -58,7 +58,7 @@ pre {
|
||||
line-height: 1.45em;
|
||||
font-size: .8em;
|
||||
margin-bottom: 1.5em;
|
||||
padding: .4em .8em;
|
||||
padding: .8em 1em;
|
||||
color: #555;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user