Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuoris committed Apr 4, 2016
1 parent 0eb3a9c commit f18e669
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ body {
top: 0;
width: 100%;
}

.content {
margin: 30px auto;
margin: 50px auto;
max-width: 1080px;

}

.post {
background: white;
border: 1px solid #ccc;
margin: 20px 30px;
padding: 50px 30px;
padding: 30px 30px;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
Expand Down Expand Up @@ -110,8 +110,12 @@ span {
}

@media screen and (max-width: 600px) {
.content {
margin: 20px auto;
}
.post {
margin: 10px 5px;
padding: 15px 20px;
}
ul {
padding-left: 0;
Expand Down

0 comments on commit f18e669

Please sign in to comment.