1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

updated the resposive right side

This commit is contained in:
Umang G. Patel 2022-06-19 23:31:35 +05:30
parent 8a4bcc38a0
commit 44a78e667a

View file

@ -52,10 +52,13 @@
); );
} }
@media (--tablet) {
--layout-width-aside-right: 0px;
}
@media (--mobile) { @media (--mobile) {
--layout-padding-horizontal: 15px; --layout-padding-horizontal: 15px;
--layout-padding-vertical: 15px; --layout-padding-vertical: 15px;
--layout-width-aside-right: 0px;
--layout-height-header: 88px; --layout-height-header: 88px;
} }