/*
 Theme Name:   Szabó Anasztázia
 Theme URI:    https://weart.hu
 Description:  Egyedileg kódolt weboldal kinézet.
 Author:       weart.hu
 Author URI:   https://weart.hu
 Template:     generatepress
 Version:      0.1
*/

/* Bal oldali menü stílusa */
@media screen and (min-width: 768px) {
	.left-navigation {
		margin-right: auto;
	}
	.inside-header{
		align-items: flex-start
	}
	.button a{
		display: flex;
		padding: 0 1.5rem !important;
		border-radius: 0 10px 0 10px;
		background: var(--button);
		color: white !important;
	}
}