/*
Theme Name: Sasspark
Theme URI: http://gossipthemes.com/minerva
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: Startup WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasspark
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/* Mobile Devices ke liye styles */
@media screen and (max-width: 600px) {
  /* Container ke padding kam karein */
  .container {
    padding: 10px;
  }

  /* Navigation menu ko mobile-friendly banayein */
  nav.main-navigation ul {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  nav.main-navigation ul li {
    margin-bottom: 10px;
  }

  /* Images ko fully container ke andar fit karein */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Text size thoda bada aur readable banayein */
  body, p, h1, h2, h3 {
    font-size: 90%;
  }

  /* Headings ko thoda chhota karein */
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }

  /* Buttons ya links ko full width ya center karein */
  .button, button, a.button-link {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }
}

