[#181] update breakpoint for .desktop-only

This commit is contained in:
Robin Scholtes 2023-04-17 10:20:38 +12:00
parent a1d89464ad
commit ab996c3251

View file

@ -73,7 +73,7 @@ body {
display: none;
}
@media only screen and ( min-width: 1024px ) {
@media only screen and ( min-width: 768px ) {
.desktop-only {
display: inline-block;
}