Browse Source

UI: Imporvement mobile view security page

pull/6675/head
Vladyslav_Prykhodko 4 years ago
parent
commit
dbbd8cf9ce
  1. 4
      ui-ngx/src/app/modules/home/pages/security/security.component.scss

4
ui-ngx/src/app/modules/home/pages/security/security.component.scss

@ -23,10 +23,10 @@
mat-card.profile-card {
padding: 24px;
@media #{$mat-gt-sm} {
width: 70%;
width: 80%;
}
@media #{$mat-gt-md} {
width: 50%;
width: 55%;
}
@media #{$mat-gt-xl} {
width: 45%;

Loading…
Cancel
Save