/*
 Theme Name:   2020 Child
 Theme URI:    
 Description:  Twenty Twenty Child Theme
 Author:       Ambrosia
 Author URI:   
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  twentytwentychild
*/

#file_manager_advanced {
	max-width: none;
}

/* Styling for button group on front page */

.four-buttons .wp-block-column .wp-block-button,
.four-buttons .wp-block-column .wp-block-button .wp-block-button__link {
	width: 100%;
	height: 100%;
}

/* Make buttons on the start page wrap more nicely. */
/* smaller font to make the button text fit */
.four-buttons .wp-block-button__link {
	font-size: 1.5rem;
}
/* Overwrite the values that the parent theme sets at 728px */
@media(min-width: 728px) {
	.four-buttons.wp-block-columns {
		flex-wrap: wrap;
	}
	.four-buttons .wp-block-column {
		margin-bottom: 3.2rem;
	}
	/* Overwrite the left margins that have been set by the parent theme at 728px */
	.four-buttons .wp-block-column:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media(min-width: 1100px) {
	/* Buttons are forced into one line by using flex-wrap: nowrap */
	.four-buttons.wp-block-columns {
		flex-wrap: nowrap;
	}
	/* Buttons in one line don't need a bottom margin */
	.four-buttons .wp-block-column {
		margin-bottom: 0;
	}
	.four-buttons .wp-block-column:not(:first-child) {
		margin-left: 32px;
	}
}
