Fix quick links behaviour on resize (#818)

Co-authored-by: SkwalExe <skwal@skwal.net>
This commit is contained in:
Léopold Koprivnik
2024-08-04 17:35:07 +02:00
committed by GitHub
parent 67ec5b79db
commit 8e4df047e8

View File

@@ -21,6 +21,8 @@
z-index: 1;
display: flex;
place-content: center center;
flex-wrap: wrap;
padding: 0 25px;
gap: 12px;
textarea {