Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeagas committed May 8, 2017
1 parent 712b0c4 commit 7f48e84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# BlogAngular

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

## Development server

Expand Down
5 changes: 0 additions & 5 deletions src/app/single-post/single-post.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,3 @@ section {
padding-bottom: 110px;
z-index: 10;
}

.post-single img {
width: 100%;
height: auto;
}
9 changes: 9 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,15 @@




.post-single img {
padding: 25px 0px 25px 0px;
max-width: 100%;
height: auto;
}



.centrize {
display: table;
table-layout: fixed;
Expand Down

0 comments on commit 7f48e84

Please sign in to comment.