diff --git a/_sass/_base.scss b/_sass/_base.scss
index 56564b2b..c967d2d1 100644
--- a/_sass/_base.scss
+++ b/_sass/_base.scss
@@ -96,8 +96,8 @@ h4 {
}
blockquote {
- color: lighten($color-slate, 20);
- border-left: 2px solid lighten($color-slate, 20);
+ color: lighten($color-slate, 30%);
+ border-left: 2px solid lighten($color-slate, 50%);
padding-left: $spacing-unit / 2;
letter-spacing: -1px;
font-style: italic;
@@ -132,5 +132,6 @@ hr {
display: block;
height: 1px;
border: 0;
- background-color: lighten($color-slate, 40%);
+ background-color: lighten($color-slate, 50%);
+ margin-bottom: $spacing-unit/2;
}
diff --git a/css/main.scss b/css/main.scss
index a0be935f..991e44bf 100755
--- a/css/main.scss
+++ b/css/main.scss
@@ -100,16 +100,23 @@ $on-laptop: 900px;
}
.sidebar--nav {
- padding: $spacing-unit / 2;
+ padding: $spacing-unit/2 $spacing-unit;
> ul {
margin: 0;
> li {
- margin-bottom: $spacing-unit;
+ margin-bottom: $spacing-unit / 2;
+
+ a {
+
+ }
+
}
ul {
+ margin-left: $spacing-unit/2;
+
li {
margin-top: $spacing-unit/2;
}
@@ -142,8 +149,9 @@ $on-laptop: 900px;
==============================================================================*/
.home--banner {
+ text-align: center;
+
h1 {
- text-align: center;
font-weight: bold;
font-size: 5em;
}
diff --git a/index.html b/index.html
index cee2f882..818b912c 100644
--- a/index.html
+++ b/index.html
@@ -7,10 +7,20 @@ layout: default
Liquid
Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers. + + +
Liquid has been in production use since June 2006 and is now used by many other hosted web applications.
+ +It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.
+ + {% for post in site.posts %}