/*
Theme Name:     Twentythirteen Child
Theme URI:      https://galion22.uk/
Description:    Child theme for the Twentythirteen 
Author:         Tomas
Author URI:     https://galion22.uk/about/
Template:       twentythirteen
*/

@import url("../twentythirteen/style.css");

.content-area, .site-main {
    overflow: auto; /* forces the container to wrap floated children */
}

.comments-area, 
.comment-respond {
	background-color: #ffffff;
}

#comments {
    height: auto !important;     /* remove fixed height */
    min-height: 0 !important;    /* remove any min-height */
    padding: 1em 0;              /* optional spacing for breathing room */
    margin: 0;                   /* reset unnecessary margins */
}

