Skip to content

Commit

Permalink
Small change to blog post max width and some new readme-imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rigoneri committed Jun 19, 2012
1 parent ae5d8c5 commit 4ae43f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,8 @@ You can use, reproduce and do whatever you want with syte but I would like you t
[![wavendano](https://github.com/rigoneri/syte/blob/master/readme-imgs/wavendano.png?raw=true)](http://willieavendano.me)
[![yurytsukerman](https://github.com/rigoneri/syte/blob/master/readme-imgs/yurytsukerman.png?raw=true)](http://yurytsukerman.com)
[![javisoto](https://github.com/rigoneri/syte/blob/master/readme-imgs/javisoto.png?raw=true)](http://www.javisoto.es)
[![joneisen](https://github.com/rigoneri/syte/blob/master/readme-imgs/joneisen.png?raw=true)](http://www.joneisen.me)
[![natetarrh](https://github.com/rigoneri/syte/blob/master/readme-imgs/natetarrh.png?raw=true)](http://www.natetarrh.com)


## Social Integrations
Expand Down
Binary file added readme-imgs/natetarrh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions syte/static/less/styles.less
Expand Up @@ -144,6 +144,7 @@
padding: 2px;
border: 1px solid #C2C2C2;
margin: 0px 15px 5px 0px;
max-width: 700px;
}

a.img-link {
Expand Down Expand Up @@ -237,26 +238,25 @@
nav { margin-top: 15px; }

.picture {
display: none;
display: none;
}
}

}

@media (max-width: 800px) {
.blog-section article {
width: 400px;
width: 400px;

img { max-width: 400px; }
img { max-width: 400px; }
}
}


@media (min-width: 801px) and (max-width: 1024px) {
.blog-section article {
width: 500px;
width: 500px;

img { max-width: 400px; }
img { max-width: 400px; }
}
}

Expand Down

0 comments on commit 4ae43f9

Please sign in to comment.