Skip to content

Commit 63507d0

Browse files
committed
chore(demo): More responsive on spinners page
1 parent 4bc4320 commit 63507d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/app/master-configuration/master-configuration.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ h3 {
99
margin-bottom: 10px;
1010
}
1111

12+
pre {
13+
font-size: 10px;
14+
}
15+
1216
h3 {
1317
margin-top: 10px;
1418
}

src/app/spinners/spinners.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div fxLayout="row wrap" fxLayoutAlign="center" style="margin-top: 12px">
2-
<div fxFlex="100" fxFlex.gt-xs="800px" fxLayout="row wrap" fxLayoutAlign="center start">
2+
<div fxFlex="100" fxFlex.gt-sm="960px" fxFlex.gt-sx="600px" fxLayout="row wrap" fxLayoutAlign="center start">
33
<div *ngFor="let spinner of spinners" fxFlex.xs="40" class="container" fxFlex="135px">
44
<div class="ngx-foreground-spinner spinner-container">
55
<div [class]="spinner.class">

0 commit comments

Comments
 (0)