Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Fixing scss formatting (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Aug 9, 2018
1 parent 5baa14d commit 589f009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/_components/nav/nav.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '~styles/breakpoints';

.fill-remaining-space {
flex: 1 1 auto;
flex: 1 1 auto;
}

mat-toolbar.full-size {
Expand Down
3 changes: 1 addition & 2 deletions src/app/public/docs/docs.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

h2 {
margin-bottom: 25px;
}
Expand Down Expand Up @@ -46,4 +45,4 @@ p .code {

.limited-width {
max-width: 800px;
}
}

0 comments on commit 589f009

Please sign in to comment.