/*
Theme Name: Blockfolio
Theme URI: https://slavko.tepavcevic.com/
Author: Slavko Tepavcevic
Author URI: https://slavko.tepavcevic.com
Description: Blockfolio WordPress theme.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blockfolio
Tags: three-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Google Docs–style document canvas with a left-hand table of contents. */

::selection {
	background-color: #b4d7ff;
}

.blockfolio-page {
	flex-grow: 1;
	min-width: 0;
	padding: 64px clamp(24px, 6vw, 96px) 96px;
}

@media (max-width: 782px) {
	.blockfolio-page {
		padding: 32px 20px 64px;
	}
}

/* Fallback for "list-skills" lists that don't set their own per-block CSS. */
.wp-block-list.list-skills li span {
	min-width: 100px;
	display: inline-block;
}
