summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-10-08 22:46:39 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-10-08 22:46:39 +0200
commit00ffff4e00a048644555a1f7854d2ecf6dd0c500 (patch)
tree67e1bd4f47678879cc8bdaa9f96731fe6b3ecf08 /sass
parent57513286acef558201a04fe3cf895a7f2a8daa05 (diff)
downloadoctopress-theme-jeyzu-00ffff4e00a048644555a1f7854d2ecf6dd0c500.zip
octopress-theme-jeyzu-00ffff4e00a048644555a1f7854d2ecf6dd0c500.tar.gz
add some padding
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_article.scss6
-rw-r--r--sass/parts/_header.scss1
-rw-r--r--sass/parts/_post.scss4
3 files changed, 6 insertions, 5 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index fdcb74d..ac761dc 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -1,7 +1,7 @@
article{
border-bottom: 1px solid $color-gray04;
border-top: 1px solid $color-gray05;
- padding: 30px 0;
+ padding: 30px 10px;
position: relative;
@media screen and (max-width: 800px){
padding-bottom: 15px;
@@ -54,7 +54,7 @@ article{
font-style: italic;
}
p{
- margin-top: 10px;
+ margin-top: 10px;
}
h2{
font-weight: 300;
@@ -137,4 +137,4 @@ article{
.share{
padding: 15px 0;
@include border-shadow();
-} \ No newline at end of file
+}
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss
index 5a51d05..c061c10 100644
--- a/sass/parts/_header.scss
+++ b/sass/parts/_header.scss
@@ -23,6 +23,7 @@ $header-height: 30px;
float: left;
font-weight: 300;
font-size: 30px;
+ padding-left: 10px;
@media screen and (max-width: 1040px){
float: none;
}
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss
index 5259265..66486fc 100644
--- a/sass/parts/_post.scss
+++ b/sass/parts/_post.scss
@@ -1,6 +1,6 @@
.post{
h1.title, .entry-content{
- margin-left: 200px;
+ margin: 0 30px 0 120px;
@media screen and (max-width: 800px){
margin-left: 0;
}
@@ -40,4 +40,4 @@
.tags:before{content: "\f02c";}
.comments:before{content: "\f075";}
}
-} \ No newline at end of file
+}