/* Dial-A-Mech: minimal custom CSS while using Tailwind CDN for styling.
   Keep this file small and only for things Tailwind cannot do easily. */

/* Google Maps needs explicit height */
#map { height: 100%; width: 100%; }

/* Better tap targets on iOS */
button, a { -webkit-tap-highlight-color: transparent; }

