mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Responsive stuff.
This commit is contained in:
parent
874d401bac
commit
8dcfcaac4e
|
@ -218,8 +218,8 @@
|
|||
.timeline-sidebar {
|
||||
padding-left: 32px;
|
||||
|
||||
@include media-breakpoint('sm') {
|
||||
padding: 8px
|
||||
@include media-breakpoint-down('sm') {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.latest-activity {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user