/*

Theme Name: Protosite (parent theme)
Theme URI: ...
Description: Protosite is probably the most sensible parent theme for any kind of website theming needs.
Tags: responsive, translatable, multi-lingual
Version: 0.1

Text Domain: protosite
Domain Path: /languages/

Author: Mikko Paltamaa / Konsepto
Author URI: http://konsepto.fi/

License: MIT License
License URI: http://opensource.org/licenses/MIT

*/


/* 

Make the content images to scale to the maximum container width while keeping their aspect ratios.

@link https://codex.wordpress.org/Content_Width

*/
.size-auto,  
.size-full, 
.size-large, 
.size-medium, 
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

#link-toggle-layout-debug {
	top: 40px !important;
}
