mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +02:00
editor blocks margin fix, horisontal scroll fix
This commit is contained in:
parent
5bbfd32621
commit
c0d7f48910
3 changed files with 7 additions and 4 deletions
|
@ -48,6 +48,10 @@
|
|||
&-button {
|
||||
margin-left: 20px;
|
||||
text-decoration: none;
|
||||
|
||||
@media (--mobile) {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,13 +60,12 @@
|
|||
}
|
||||
|
||||
@media (--tablet) {
|
||||
margin: 0 -8px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (--mobile) {
|
||||
margin: 0 -8px;
|
||||
display: none;
|
||||
padding: var(--layout-padding-vertical) 7px;
|
||||
}
|
||||
|
||||
&--visible {
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
* The common styles for the Page blocks as well as Editor blocks
|
||||
*/
|
||||
--content-block {
|
||||
padding: 10px 0;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -184,7 +184,7 @@
|
|||
* Common styles for text headings (H2, H3, H4)
|
||||
*/
|
||||
--text-header {
|
||||
margin: 18px 0 0;
|
||||
margin: 28px 0 0;
|
||||
line-height: 1.35em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue