/*
 Theme Name:   Author Child
 Description:  Author Child Theme
 Author:       Creanico
 Author URI:   https://creanico.fr
 Template:     author
 Version:      1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, accessibility-ready, custom-logo, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, education, news
 Text Domain:  author-child
*/


.admin-bar .main {
  min-height: 100vh;
}

.meta_post {
  text-align: center;
}

@media only screen and (min-width: 782px) {
  .admin-bar .main {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 59.375em) {
  .main {
    min-height: 100vh;
  }

  .admin-bar .main {
    min-height: 100vh;
  }
}


@media only screen and (min-width: 43.75em) {
  .post-title {
    font-size: 2em;
  }
}

.post-title {
    font-size: 2em;
    line-height: 1;
}

.archive-header p {
  text-align: left;
}
