Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_app.scss')
-rw-r--r--assets/css/components/_app.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/components/_app.scss b/assets/css/components/_app.scss
index 28c7bc9..643f3ce 100644
--- a/assets/css/components/_app.scss
+++ b/assets/css/components/_app.scss
@@ -5,8 +5,8 @@
}
.app-header-avatar {
- max-width: 15rem;
- max-height: 15rem;
+ width: 15rem;
+ height: 15rem;
border-radius: 100%;
border: 0.5rem solid $primary-color;
}