<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Twenty Twelve Child
Template: twentytwelve
Description: Twenty Twelve child theme.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve-child

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.
*/

/* Tweak for logo in header
-----------------------------------------------*/
hgroup img {
	display: block;
	float: left;
	margin: 1rem 1rem 0 0;
	width: 100px;
}
#logo-right {
	float: left;
	padding: 2.5rem 0
}

/* Search Box Header tweak 
------------------------------------------------*/
.header-search {
    float: right;
    margin-top: -50px;
}
@media (max-width: 650px) {
    .header-search {
        margin-top:5px;
        text-align:center;
        float:none;
    }
    .main-navigation  {
        clear:both;
    }
}

/* Heading in widget area smaller bottom
------------------------------------------------*/
.widget-area .widget h3 {
    margin-bottom: 0.5rem;
}</pre></body></html>