parent
							
								
									f4379d0e48
								
							
						
					
					
						commit
						3bd5c69c23
					
				@ -1,3 +1,13 @@
 | 
				
			||||
.main .header { display:grid; grid-template-columns:64px auto; gap:4px}
 | 
				
			||||
.main .header .title {font-size:28px; font-weight:bold}
 | 
				
			||||
.main .header img {width:55px; height:55px;}
 | 
				
			||||
.main .header {
 | 
				
			||||
    
 | 
				
			||||
    grid-row:1;
 | 
				
			||||
    grid-column: 1  / span 2;
 | 
				
			||||
    display:grid;
 | 
				
			||||
    grid-template-columns: 50px auto; gap:4px;
 | 
				
			||||
    line-height: 1;
 | 
				
			||||
    
 | 
				
			||||
 | 
				
			||||
}
 | 
				
			||||
.main .header .title {font-size:28px; text-transform: capitalize; font-weight:bold}
 | 
				
			||||
.main .header .subtitle {font-size:14px}
 | 
				
			||||
.main .header img { width:44px; height:44px;}
 | 
				
			||||
 | 
				
			||||
					Loading…
					
					
				
		Reference in new issue