fixes for mobiles & tablets

This commit is contained in:
Rhiannon Morris 2020-10-06 22:41:26 +02:00
parent c807895244
commit 6567bdf059
4 changed files with 21 additions and 3 deletions

View file

@ -53,6 +53,9 @@
.dialog-buttons {
grid-area: buttons;
justify-self: center;
display: flex;
justify-content: center;
}
.dialog button + button {
@ -76,3 +79,9 @@ button.yes {
button.no {
background: hsl(5deg, 70%, 80%);
}
@media (pointer: coarse) {
button {
font-size: 150%;
}
}