mirror of
https://github.com/pvlnes/homelab.git
synced 2026-08-02 17:16:03 +00:00
Обновление по мобилкам
This commit is contained in:
parent
74d0523c69
commit
a7b152840c
@ -970,11 +970,18 @@ ul { list-style: none; }
|
||||
}
|
||||
.faq-question[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); }
|
||||
.faq-answer {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.35s ease, padding 0.35s ease;
|
||||
display: grid;
|
||||
grid-template-rows: 0fr;
|
||||
transition: grid-template-rows 0.35s ease;
|
||||
}
|
||||
.faq-answer.open {
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
.faq-answer-inner {
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
}
|
||||
.faq-answer.open .faq-answer-inner {
|
||||
padding: 0 1.5rem 1.2rem;
|
||||
}
|
||||
.faq-answer p { color: var(--gray); line-height: 1.7; margin: 0 0 0.75rem; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user