Skip to content

Commit

Permalink
PageTitleComponent を SP 用に調整
Browse files Browse the repository at this point in the history
  • Loading branch information
kasaharu committed Dec 15, 2019
1 parent 643d7e8 commit cecca4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/shared/ui/page-title/page-title.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
@import '../../../../assets/styles/properties';

.title {
font-size: 1.5rem;
margin-bottom: 24px;
}

@media screen and (max-width: $p-breakpoint-xsmall) {
.title {
font-size: 1rem;
margin-bottom: 16px;
}
}

0 comments on commit cecca4d

Please # to comment.