29 lines
		
	
	
		
			371 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			371 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
 | 
						|
/* main[role="main"] {
 | 
						|
    margin-top: 10vh;
 | 
						|
    @media (min-width: $breakpoint_desktop) {
 | 
						|
        margin-top: calc(10vh + 3rem);
 | 
						|
    }
 | 
						|
} */
 | 
						|
 | 
						|
.layout-container {
 | 
						|
    margin: 0 !important;
 | 
						|
}
 | 
						|
 | 
						|
strong {
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
em {
 | 
						|
    font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
#block-erabletheme-titredepage {
 | 
						|
    display: none;
 | 
						|
}
 | 
						|
 | 
						|
// debug
 | 
						|
/* * {
 | 
						|
  border: solid 1px red !important;
 | 
						|
} */
 |