mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Academy app small tweaks and responsive fixes
This commit is contained in:
parent
f13120bc01
commit
0653b5f36b
|
@ -163,7 +163,7 @@
|
|||
padding: 48px;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
padding: 0;
|
||||
padding: 0 0 120px 0;
|
||||
}
|
||||
|
||||
.course-step-content {
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
<div fxLayout="column" fxLayoutAlign="center">
|
||||
|
||||
<div class="filters" fxLayout="row" fxLayoutAlign="center center"
|
||||
fxLayout-gt.xs="column" fxLayoutAlign.gt-xs="space-between center">
|
||||
<div class="filters" fxLayout="column" fxLayoutAlign="center center"
|
||||
fxLayout.gt-xs="row" fxLayoutAlign.gt-xs="space-between center">
|
||||
|
||||
<mat-form-field class="course-search">
|
||||
|
||||
|
|
|
@ -65,10 +65,16 @@
|
|||
|
||||
.filters {
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
max-width: 1040px;
|
||||
margin: 24px auto;
|
||||
padding: 0 20px;
|
||||
|
||||
@include media-breakpoint-down('xs') {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.course-search {
|
||||
width: 200px;
|
||||
|
||||
@include media-breakpoint-down('xs') {
|
||||
margin-bottom: 16px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user