Skip to content

Commit

Permalink
Tweaking container and blog image styles a tad
Browse files Browse the repository at this point in the history
  • Loading branch information
avand committed Jun 16, 2016
1 parent 4d6a1fd commit 034a377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ abbr {

.container {
margin: 0 auto;
width: 670px;
overflow: hidden; }
width: 620px;
padding: 0 5px; }

.content {
text-shadow: 0 1px 0px #FFF;
Expand Down Expand Up @@ -205,7 +205,7 @@ abbr {
.blog-show .post .body iframe {
display: block;
border: 10px solid #FFF;
box-shadow: 0 0 3px #7F7F7F;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
Expand Down

0 comments on commit 034a377

Please sign in to comment.