Responsive stuff.

This commit is contained in:
mustafahlvc 2017-08-17 09:58:02 +03:00
parent 874d401bac
commit 8dcfcaac4e
2 changed files with 4 additions and 4 deletions

View File

@ -218,8 +218,8 @@
.timeline-sidebar {
padding-left: 32px;
@include media-breakpoint('sm') {
padding: 8px
@include media-breakpoint-down('sm') {
padding: 0;
}
.latest-activity {
@ -303,4 +303,4 @@
}
}
}
}
}

View File

@ -23,7 +23,7 @@
reactive patterns, testing, and validation.
</p>
<div fxLayout="column" fxLayoutAlign="start start" fxLayout.gt-sm="row">
<div fxLayout="column" fxLayoutAlign="start start" fxLayout.gt-md="row">
<form class="md-white-bg mat-elevation-z4 p-24 mr-24 mb-24" fxLayout="column" fxLayoutAlign="start"
fxFlex="1 0 auto" name="form" [formGroup]="form">