diff --git a/src/app/app.component.scss b/src/app/app.component.scss index e04a412f..ba0c5e26 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -11,7 +11,7 @@ .theme-options-button { position: absolute; top: 160px; - right: 70px; + right: 0; width: 48px; height: 48px; line-height: 48px; @@ -23,10 +23,6 @@ opacity: .90; z-index: 998; - @include media-breakpoint-down('md') { - right: 0; - } - mat-icon { animation: rotating 3s linear infinite; }