_sass/scss/_reusable.scss in doccoli-jekyll-1.2.3 vs _sass/scss/_reusable.scss in doccoli-jekyll-1.2.4
- old
+ new
@@ -102,11 +102,11 @@
margin: 1em 0;
padding: 0;
}
p {
- margin: 0 0 1.5em 0;
+ margin: 0 0 1em 0;
}
menu {
list-style-image: none;
list-style: none;
@@ -148,15 +148,15 @@
blockquote {
color: #333;
border-left: 10px solid #1177FF;
letter-spacing: -1px;
- padding: 0.8em;
+ padding: 1em;
margin: 2em auto;
font-style: italic;
background: #fffafa;
> :last-child {
- margin-bottom: 0.8em;
+ margin-bottom: 0.5em;
}
}
/*-- Coloring pseudos text selection/inactive state. Sooth! :D --*/
\ No newline at end of file