summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-06 07:00:07 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-06 07:00:07 +0200
commit28157536300f4c267b0fccffc503e129f0bd79db (patch)
treeec4d3fa4fa95992f0df64b218e5788c390622baa /sass
parentea7ba27c605c2ba93ed661715f1bc272abc661b7 (diff)
downloadoctopress-theme-jeyzu-28157536300f4c267b0fccffc503e129f0bd79db.zip
octopress-theme-jeyzu-28157536300f4c267b0fccffc503e129f0bd79db.tar.gz
modify padding of archive page
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_archive.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss
index 61442b9..af8f764 100644
--- a/sass/parts/_archive.scss
+++ b/sass/parts/_archive.scss
@@ -14,7 +14,7 @@
width: 200px;
position: absolute;
top: 0;
- padding-top: 30px;
+ padding-top: 15px;
border-top: 1px solid #fff;
&:before{
content: "";
@@ -30,6 +30,7 @@
}
article{
margin-left: 200px;
+ padding: 15px 0;
@media screen and (max-width: 600px){
margin-left: 0;
&:first-of-type{
@@ -42,6 +43,7 @@
}
.meta{
color: $color-gray02;
+ font-size: 0.9em;
line-height: 2;
margin-top: 15px;
@media screen and (max-width: 600px){