_sass/scss/_reusable.scss in doccoli-jekyll-1.2.1 vs _sass/scss/_reusable.scss in doccoli-jekyll-1.2.2
- old
+ new
@@ -63,16 +63,14 @@
font-family: monospace;
}
h1 {
font-size: 280%;
- font-weight: normal;
}
h2 {
font-size: 200%;
- font-weight: normal;
}
h3 {
font-size: 150%;
}
@@ -104,19 +102,19 @@
margin: 1em 0;
padding: 0;
}
p {
- margin: .8em 0;
+ margin: 0 0 1.5em 0;
}
menu {
list-style-image: none;
list-style: none;
}
-nav ul {
+nav ul, .posts {
list-style: none;
list-style-image: none;
}
img {
@@ -233,10 +231,9 @@
background: white;
}
.wrapper {
margin: 0 auto;
- text-align: justify;
}
.left {
float: left;
left: 0;
\ No newline at end of file