/*
 Theme Name:   Blocksy Child
 Template:     blocksy
 Version:      1.0.0
 Description:  Child Theme für Blocksy – Alle Anpassungen in /css/custom.css
*/
/* Mobile vs Desktop Anzeige */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}