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