reduce bottom margin on mobile

pull/225/head
Aevann 2024-03-02 00:00:50 +02:00
parent 2a0954225f
commit 88f755e79f
1 changed files with 6 additions and 0 deletions

View File

@ -7730,6 +7730,12 @@ img[alpha]:not([alt*="#"]) {
padding: 1rem;
}
@media (max-width: 768px) {
.hole-settings-section {
margin-bottom: 2rem;
}
}
.hole-settings-section textarea {
height: 500px;
width: 100%;