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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/partials/sidebar.scss')
-rw-r--r--assets/scss/partials/sidebar.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/assets/scss/partials/sidebar.scss b/assets/scss/partials/sidebar.scss
index 5376d82..3d2d71f 100644
--- a/assets/scss/partials/sidebar.scss
+++ b/assets/scss/partials/sidebar.scss
@@ -74,15 +74,11 @@
.site-avatar {
position: relative;
margin: 0;
- margin-bottom: 30px;
+ margin-bottom: 25px;
width: 150px;
height: 150px;
- @media (min-width: $on-phone + 1) {
- //margin-left: auto;
- }
-
- @media (max-width: $on-desktop) {
+ @media (max-width: $on-desktop-large) {
height: 120px;
width: 120px;
}
@@ -107,7 +103,7 @@
background-color: var(--card-background);
@include box_shadow(2);
- @media (max-width: $on-desktop) {
+ @media (max-width: $on-desktop-large) {
width: 40px;
height: 40px;
line-height: 40px;
@@ -119,6 +115,10 @@
color: var(--accent-color);
font-size: 2.4rem;
margin: 0;
+
+ @media (max-width: $on-desktop-large) {
+ font-size: 2rem;
+ }
}
.site-description {
@@ -127,8 +127,8 @@
margin: 10px 0;
font-size: 2rem;
- @media (max-width: $on-desktop) {
- font-size: 1.8rem;
+ @media (max-width: $on-desktop-large) {
+ font-size: 1.75rem;
}
}
}