/*
Theme Name: Kansalliskustannus
Theme URI: http://underscores.me/
Author: Kansalliskustannus
Author URI: http://verkkouutiset.fi
Description: Theme base for verkkouutiset.fi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kansalliskustannus
Tags:

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.

Kansalliskustannus is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@import 'css/style.css';

/* Cookie consent overflow fix */
@media screen and (max-width: 768px) {
  #ensModalWrapper {
    top: 0 !important;
    bottom: 0 !important;
    overflow-y: scroll;
  }
}

@media screen and (max-height: 769px) {
  #ensModalWrapper {
    top: 0 !important;
    bottom: 0 !important;
    overflow-y: scroll;
  }
}