diff --git a/app/app.scss b/app/app.scss index efe457a8..6741df01 100644 --- a/app/app.scss +++ b/app/app.scss @@ -343,13 +343,10 @@ Button { // ABOUT .app-info { .icon { - margin: 16; - background: $orange; - border-radius: 16; horizontal-alignment: center; } .name { - font-size: 17; + font-size: 21; } .info { padding: 8 16 24; diff --git a/app/components/Settings/About.vue b/app/components/Settings/About.vue index 0a7c6361..8123df4d 100644 --- a/app/components/Settings/About.vue +++ b/app/components/Settings/About.vue @@ -14,7 +14,7 @@