mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-08 18:56:13 +00:00
Academy app small tweaks and responsive fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user