/*
Theme Name:     UpRide.cc (TwentyTwenty)
Theme URI:      https://upride.cc
Description:    Child theme for the TwentyTwenty Theme
Author:         Visser Labs
Author URI:     http://www.visser.io/
Template:       twentytwenty
Version:        1.0
*/

/* Mobile - Portrait */
@media (max-width:700px) {
	body #site-header {
		height:48px;
	}
	body .site-logo img {
		max-width:100px;
		max-height:34px;
	}
	body .header-inner {
		padding-top: 0.8rem;
	}
	body .header-titles-wrapper {
		margin-left:18px;
	}
	button.close-nav-toggle {
		padding:0 2rem;
		height:48px;
		background-color: #fedb00;
	}
	.menu-wrapper.section-inner {
		width:auto;
	}
}