/*
// Plugin Name : PDF Download
// Created On : 01/04/2021
// Author : Joe Kustek
// Version : 1.0
// Description : Simple PDF Download Plugin
//
*/

@media only screen and (max-width: 991px) {
  .pdf-post {
    display: none;
  }
}
