From df5fc5ca62eace60041c403f3fb13c0473d631ab Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 31 May 2021 18:26:04 +0200 Subject: [PATCH] Mini styling improvements. --- frontend/app/theme/_static.scss | 6 ++++-- frontend/app/theme/_vars.scss | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/app/theme/_static.scss b/frontend/app/theme/_static.scss index 33da73be4..a51619eb2 100644 --- a/frontend/app/theme/_static.scss +++ b/frontend/app/theme/_static.scss @@ -36,7 +36,8 @@ noscript { .profile { &-container { margin: 0 auto; - max-width: 45rem; + max-width: 30rem; + min-width: 10rem; padding: 1rem 2rem; } @@ -134,8 +135,9 @@ noscript { display: inline-block; font-size: 1.1rem; font-weight: normal; + margin-bottom: 4px; + margin-right: .5rem; vertical-align: middle; - width: 1.6rem; } } diff --git a/frontend/app/theme/_vars.scss b/frontend/app/theme/_vars.scss index 916f366f0..ef8a0bbd8 100644 --- a/frontend/app/theme/_vars.scss +++ b/frontend/app/theme/_vars.scss @@ -15,9 +15,9 @@ $color-code-text: #708090; $color-extern-google: #d34836; $color-extern-google-icon: #b02c1b; $color-extern-microsoft: #004185; -$color-extern-microsoft-icon: #1b67b7; +$color-extern-microsoft-icon: #1e75cc; $color-extern-github: #353535; -$color-extern-github-icon: #616161; +$color-extern-github-icon: #727272; $color-extern-twitter: #1da1f2; $color-extern-twitter-icon: #1681bf;