1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 07:25:21 +02:00

change layout according to figma

This commit is contained in:
Umang G. Patel 2022-06-05 18:24:45 +05:30
parent 1f9c831949
commit 7cc74c42cc
2 changed files with 3 additions and 3 deletions

View file

@ -113,14 +113,13 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
overflow: hidden;
&__title { &__title {
padding: 0px 6px; padding: 0px 6px;
font-size: 16px; font-size: 16px;
line-height: 21px; line-height: 21px;
font-weight: 600; font-weight: 600;
margin-bottom: 16px; margin-bottom: 12px;
} }
a { a {

View file

@ -37,7 +37,8 @@
} }
&__right-aside { &__right-aside {
padding: 0px 22px; padding-left: 30px;
padding-bottom: 30px;
position: fixed; position: fixed;
top: var(--layout-height-header); top: var(--layout-height-header);
right: 0; right: 0;