mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
refactor(grid): adjust sidebar max-width
This commit is contained in:
parent
9c1e026a63
commit
b61d47622f
@ -17,13 +17,15 @@
|
||||
|
||||
&.extended {
|
||||
@include respond(md) {
|
||||
--left-sidebar-max-width: 25%;
|
||||
--right-sidebar-max-width: 25%;
|
||||
max-width: 1024px;
|
||||
--left-sidebar-max-width: 25%;
|
||||
--right-sidebar-max-width: 30%;
|
||||
}
|
||||
|
||||
@include respond(lg) {
|
||||
max-width: 1280px;
|
||||
--left-sidebar-max-width: 20%;
|
||||
--right-sidebar-max-width: 30%;
|
||||
}
|
||||
|
||||
@include respond(xl) {
|
||||
|
Loading…
Reference in New Issue
Block a user