diff --git a/frontend/src/app/components/statistics/statistics.component.scss b/frontend/src/app/components/statistics/statistics.component.scss index 882e7d496..04f8734bd 100644 --- a/frontend/src/app/components/statistics/statistics.component.scss +++ b/frontend/src/app/components/statistics/statistics.component.scss @@ -19,6 +19,12 @@ width: 22px; height: 22px; margin-right: 10px; + order: 2; + margin-left: 10px; + @media (min-width: 653px) { + margin-left: 0px; + order: 1; + } } .card-body { @@ -30,7 +36,9 @@ .formRadioGroup{ margin-top: 6px; + display: flex; @media (min-width: 653px) { + display: block; float: right; margin-top: 0px; }