/* Main view layout styles */

/* Default: Full width for mobile devices */
#main-view {
  width: 100%;
  min-width: 100%;
}

/* Desktop/Laptop: 70% width for hover-capable devices */
@media (hover: hover) and (pointer: fine) {
  #main-view {
    width: 70%;
    min-width: 70%;
  }
}
