Larger separator even for mobile

pull/429/head
Lim Chee Aun 2024-03-05 23:40:57 +08:00
rodzic 3f4832965d
commit 7eb77f5d1b
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -496,12 +496,8 @@
/* border-bottom: var(--hairline-width) solid var(--outline-color); */
&.separator {
height: 16px;
height: 32px;
pointer-events: none;
@media (min-width: 40em) {
height: 32px;
}
}
@media (min-width: 40em) {