make [-] buttons larger on mobile #17

This commit is contained in:
teddit 2020-11-30 01:47:51 +01:00
parent c9e1ae94b7
commit 211082b590
1 changed files with 3 additions and 0 deletions

3
dist/css/styles.css vendored
View File

@ -1349,5 +1349,8 @@ code {
#search form {
width: 240px;
}
.comment details summary::-webkit-details-marker,.comment details summary::marker {
font-size: 1.25rem;
}
}