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
path: root/assets
diff options
context:
space:
mode:
authorChad Schulz <chad.awesome@gmail.com>2021-03-08 01:45:02 +0300
committerFabien <vaga@users.noreply.github.com>2021-03-08 17:26:29 +0300
commit3094e3f118f9004d00880a03cd85e1c8bb295367 (patch)
treeb6c260d8e73ce50ae2baaca245ca57fd5275664e /assets
parent0172b8ee36c80d431352e5e825b1746557c7404d (diff)
Revert element height/width in favor of CSS
Diffstat (limited to 'assets')
-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;
}