/*
 Theme Name:   NisargPRO Child
 Theme URI:    https://www.falgunithemes.com/downloads/nisarg/
 Description:  Nisarg Pro Child Theme
 Author:       Falguni Desai
 Author URI:   https://falgunithemes.com
 Template:     nisargpro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar
 Text Domain:  nisargpro-child
*/


/* Desktop/Tablet: Sidebar breiter */
#primary {
  width: 70% !important;
}
#secondary {
  width: 30% !important;
}

/* Mobil: wieder einspaltig */
@media (max-width: 768px) {
  #primary,
  #secondary {
    width: 100% !important;
    float: none !important;
  }
}
