mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-04 13:05:22 +02:00
Main elements created (#4)
This commit is contained in:
parent
248558a11f
commit
4326cb22ab
13 changed files with 172 additions and 13 deletions
22
src/frontend/styles/layout.pcss
Normal file
22
src/frontend/styles/layout.pcss
Normal file
|
@ -0,0 +1,22 @@
|
|||
.docs {
|
||||
display: flex;
|
||||
padding: 0 var(--layout-padding-horisontal);
|
||||
|
||||
&__aside {
|
||||
width: var(--layout-width-aside);
|
||||
}
|
||||
|
||||
&__content {
|
||||
flex-grow: 2;
|
||||
|
||||
&-inner {
|
||||
max-width: var(--layout-width-main-col);
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
&__aside,
|
||||
&__content {
|
||||
padding: 40px 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue