/*
 * Theme Name: Skript Reiseblog from Fukasawa
 * Description: Fukasawa Theme adapted for Skript Reiseblog
 * Text Domain: skript_reiseblog
 * Tags: blog, three-columns, left-sidebar, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, portfolio, grid-layout, block-styles, wide-blocks
 * Author: Sengorius <mail@skript-manufaktur.de>
 * Author URI: https://skript-manufaktur.de
 * Template: fukasawa
 * Version: 1.0.0
 * License: GNU General Public License version 2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.blog-title .blog-description {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .blog-title .blog-description {
    display: inline-block;
    margin-left: 10px;
  }
}

.post-container .post-tags {
  margin: 8px 0;
}
.post-container .post-tags a, .post-container .post-tags a:visited, .post-container .post-tags a:focus {
  display: inline-block;
  font-size: 11px;
  margin-right: 10px;
  margin-top: 4px;
  color: black;
  background-color: #dcdcdc;
  padding: 4px;
  border-radius: 2px;
}
.post-container .post-tags a:before {
  content: "#";
}
.post-container .post-tags a:hover {
  color: white;
  background-color: #019EBD;
}

/*# sourceMappingURL=style.css.map */