/*
 Theme Name:   Editor Child Theme
 Theme URI:    http://www.bristolappdeveloper.com
 Description:  Editor child theme 
 Author:       Tom Glanville
 Author URI:   http://www.bristolappdeveloper.com
 Template:     editor
 Version:      1.0.0
*/

@import url("../editor/style.css");

.site-title {
    text-transform: unset;
    font-size: 30px;
    letter-spacing: 0px;
}

.main-navigation {
    padding-top: 10px;
}

.admin-bar .site-header {
    padding-top: 60px;
}

.admin-bar .site-content {
    padding-top: 4%;
}