14 lines
225 B
SCSS
14 lines
225 B
SCSS
|
/*
|
||
|
You can add your own custom styles here.
|
||
|
*/
|
||
|
.left-sidebar {
|
||
|
--sidebar-avatar-size: 100%;
|
||
|
|
||
|
@include respond(2xl) {
|
||
|
--sidebar-avatar-size: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.sidebar header .site-avatar {
|
||
|
height: auto;
|
||
|
}
|