/*
Theme Name: Building Performance (Typable Child Theme)
Theme URI: https://array.is/themes/typable-wordpress-theme/
Description: Typable is a neatly designed blogging theme with smooth AJAX transitions.
Author: Array
Author URI: https://array.is
Version: 1.0
Template: typable
Tags: white, gray, blue, one-column, flexible-width, custom-colors, editor-style, theme-options, translation-ready, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Building Performance customizations */

.header {
position: fixed;
z-index: 10;
}
.posts {
padding-top: 4%;
}
#widget-drawer {
    position: static;
    max-height: 500px;
    overflow-y: scroll;
}