Make footer solution universal
This commit is contained in:
		
							parent
							
								
									04ddc30772
								
							
						
					
					
						commit
						32c169e957
					
				| 
						 | 
				
			
			@ -60,7 +60,6 @@ $color-dark: hsl(195, 47%, 7%);
 | 
			
		|||
    place-self: center;
 | 
			
		||||
    grid-area: main;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  footer {
 | 
			
		||||
    @extend .row;
 | 
			
		||||
    flex-wrap: nowrap;
 | 
			
		||||
| 
						 | 
				
			
			@ -71,15 +70,6 @@ $color-dark: hsl(195, 47%, 7%);
 | 
			
		|||
    grid-column: 2 / span 1;
 | 
			
		||||
    place-self: end center;
 | 
			
		||||
 | 
			
		||||
    a {
 | 
			
		||||
      display: table-cell;
 | 
			
		||||
      height: 6vh;
 | 
			
		||||
      width: 15%;
 | 
			
		||||
      margin: 3%;
 | 
			
		||||
 | 
			
		||||
      font-size: 6vh;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -190,6 +180,11 @@ a {
 | 
			
		|||
 | 
			
		||||
/* Semantic */
 | 
			
		||||
 | 
			
		||||
footer {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  bottom: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* ------------- */
 | 
			
		||||
/* ILIA Specific */
 | 
			
		||||
/* ------------- */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,2 +1,13 @@
 | 
			
		|||
@import "ilia1";
 | 
			
		||||
 | 
			
		||||
footer {
 | 
			
		||||
    a {
 | 
			
		||||
      display: table-cell;
 | 
			
		||||
      height: 6vh;
 | 
			
		||||
      width: 15%;
 | 
			
		||||
      margin: 3%;
 | 
			
		||||
 | 
			
		||||
      font-size: 6vh;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue