/*!
Theme Name:   Michelle Child Theme
Template:     michelle
Version:      1.0.0

Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/

/*HEADER STYLING*/

@media (min-width: 1280px) {
  .site-branding {
    padding-top: 2vh;
    padding-bottom: 0;
  }
}

/*CONTENT AREA STYLING*/

#content .content-area {
    padding-top: 3em;
  }
  
/*PORTFOLIO STYLING*/

.no-bottom-margin {
    margin-bottom: 0px;
}

.wp-block-file a, .wp-block-file .wp-block-file__button {
    display: none;
}
}
}