/*
 Theme Name:   Minimalistblogger Child
 Theme URI:    https://deine-website.de/
 Description:  Child Theme für Minimalistblogger
 Author:       Dein Name
 Author URI:   https://deine-website.de/
 Template:     minimalistblogger
 Version:      1.0
*/

/* Hier kannst du deine eigenen CSS-Regeln schreiben */

/* Für den Hauptcontent-Bereich Full Width*/
#content .content-wrap {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

#primary {
  width: 100% !important;
  float: none !important;
}


