Hi,
Is it possible to turn the dash in the logo into a vertical line?
Thanks, Wouter			
			.logo::after {
    transform: rotate(90deg);
    right: -25%;
    width: 0px;
    top: 50%;
}.logo::after {
    transform: none;
    right: -30px;
}