1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-30 10:39:43 +02:00

Increase content paddings (#257)

* Increase content paddings

* add margin to the page title
This commit is contained in:
Peter Savchenko 2022-09-13 17:08:07 +03:00 committed by GitHub
parent a7e859bfd1
commit ceccd234cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 27 deletions

View file

@ -40,7 +40,8 @@
*/
--layout-padding-horizontal: 22px;
--layout-padding-vertical: 30px;
--layout-sidebar-width: 290px;
--layout-padding-content-horizontal: 50px;
--layout-sidebar-width: 280px;
--layout-width-main-col: 700px;
--layout-height-header: 56px;
@ -48,6 +49,7 @@
--layout-padding-horizontal: 15px;
--layout-padding-vertical: 15px;
--layout-height-header: 88px;
--layout-padding-content-horizontal: var(--layout-padding-horizontal);
}
@media (--wide-desktop) {
@ -264,3 +266,7 @@
@custom-media --not-mobile all and (min-width: 981px);
@custom-media --retina all and (-webkit-min-device-pixel-ratio: 1.5);
@custom-media --can-hover all and (hover:hover);
/**
* Big screens that have additional space around the center column
*/
@custom-media --widest-desktop all and (min-width: 1470px);