mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
margin remove in mobile view with bold removed
This commit is contained in:
parent
c82f06a9e0
commit
acf368da63
1 changed files with 8 additions and 5 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
&-wrapper::after {
|
||||
color: var(--color-button-secondary);
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
content: attr(data-shortcut);
|
||||
|
@ -102,12 +102,13 @@
|
|||
|
||||
&__search::placeholder {
|
||||
color: var(--color-button-secondary);
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
&__section {
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
margin-top: 20px;
|
||||
|
||||
&--hidden {
|
||||
display: none;
|
||||
|
@ -138,8 +139,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__section:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
@media (--mobile) {
|
||||
&__section:nth-child(2) {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
&__section-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue