Slight adjustment to overlay buttons

pull/1/head
Antonio De Lucreziis 2 years ago
parent b76213e75d
commit 23c1510455

@ -819,10 +819,17 @@ body {
bottom: 3rem;
right: 3rem;
// on mobile
@media screen and (max-width: $device-s-width), (pointer: coarse) {
bottom: 1rem;
right: 1rem;
}
gap: 0.5rem;
button {
padding: 0.8rem;
width: 3rem;
height: 3rem;
border-radius: 100%;

Loading…
Cancel
Save