|  | @@ -215,9 +215,9 @@ header[role="banner"]{
 | 
	
		
			
				|  |  |        @extend %header-fs;
 | 
	
		
			
				|  |  |        cursor: pointer;
 | 
	
		
			
				|  |  |        span{
 | 
	
		
			
				|  |  | -        // @include col-mediaquery-max(5){
 | 
	
		
			
				|  |  | -        //   display:none;
 | 
	
		
			
				|  |  | -        // }
 | 
	
		
			
				|  |  | +        @include col-mediaquery-min-max(3,5){
 | 
	
		
			
				|  |  | +          display:none;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      .mdi-logout::before {
 | 
	
	
		
			
				|  | @@ -238,9 +238,9 @@ header[role="banner"]{
 | 
	
		
			
				|  |  |        cursor: pointer;
 | 
	
		
			
				|  |  |        &:before{padding-right: 0.2em;}
 | 
	
		
			
				|  |  |        span{
 | 
	
		
			
				|  |  | -        // @include col-mediaquery-max(5){
 | 
	
		
			
				|  |  | -        //   display:none;
 | 
	
		
			
				|  |  | -        // }
 | 
	
		
			
				|  |  | +        @include col-mediaquery-min-max(3,5){
 | 
	
		
			
				|  |  | +          display:none;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      ul{
 | 
	
	
		
			
				|  | @@ -355,8 +355,8 @@ header[role="banner"]{
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    // menu
 | 
	
		
			
				|  |  |    #block-header{
 | 
	
		
			
				|  |  | -    margin-right: 1em;
 | 
	
		
			
				|  |  | -    padding-left: 1em;
 | 
	
		
			
				|  |  | +    margin-right: 0.5em;
 | 
	
		
			
				|  |  | +    padding-left: 0.5em;
 | 
	
		
			
				|  |  |      border-left: 1px solid #000;
 | 
	
		
			
				|  |  |  		#block-header-menu{
 | 
	
		
			
				|  |  |        display:none;
 | 
	
	
		
			
				|  | @@ -378,7 +378,7 @@ header[role="banner"]{
 | 
	
		
			
				|  |  |          li{
 | 
	
		
			
				|  |  |            display: inline-block;
 | 
	
		
			
				|  |  |            &:not(:first-of-type){
 | 
	
		
			
				|  |  | -            margin-left: 0.5em;
 | 
	
		
			
				|  |  | +            margin-left: 0.3em;
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        }
 |