Skip to content

Commit

Permalink
fix: adjust css to center content correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Mar 15, 2019
1 parent 6ff259f commit 805812d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/core/components/layout/layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { map } from 'rxjs/operators';
.content {
display: flex;
justify-content: space-evenly;
justify-content: center;
min-height: calc(100% - (63px));
}
Expand Down
8 changes: 4 additions & 4 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ h2 {
font-weight: normal;
}


div.page {
width: 80%;
app-post a {
color: #000;
text-decoration: underline;
}

div.about-page .pic {
display: flex;
justify-content: space-around;
justify-content: center;
}

0 comments on commit 805812d

Please sign in to comment.