mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
clean css added
This commit is contained in:
parent
acf368da63
commit
ea72505bfb
1 changed files with 6 additions and 1 deletions
|
@ -97,6 +97,11 @@
|
||||||
|
|
||||||
@media (--mobile) {
|
@media (--mobile) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
&-wrapper::after {
|
||||||
|
content: "";
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -144,7 +149,7 @@
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__section-title {
|
&__section-title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue