/*=================================================
// Theme Name:  Codic Blank
// Version:     1.0.0
// Author:      Adveits
// Author URI:  https://www.adveits.com/
// Theme URI:   https://store.adveits.com/item/codic-wordpress-starter-theme-for-developer/
// License:     GPL 2.0
// License URI: https://www.gnu.org/licenses/gpl-2.0.html
// Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-logo, custom-menu, custom-colors, editor-style, post-formats, featured-images, threaded-comments, theme-options, translation-ready
// Description: WordPress Starter Theme for Developer
// Text Domain: codic-blank
=================================================*/

.codic {
    background-image: url(dist/assets/img/logo/logo.svg);
    width: 250px;
    height: 99px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100%;
}
