/* Most print mashie styling is done with tailwind in the file mashierecipe.cshtml but to remove pagetitle and date that comes from the browser this rules is neccesary. */

@page {
  size: auto;
  margin: 0mm;
}
