angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_menu-footer-navigation.scss (218B)


      1 /** === Footer menu === */
      2 
      3 .footer-navigation {
      4 
      5 	display: inline;
      6 
      7 	& > div {
      8 		display: inline;
      9 	}
     10 
     11 	.footer-menu {
     12 
     13 		display: inline;
     14 		padding-left: 0;
     15 
     16 		li {
     17 			display: inline;
     18 			margin-right: 1rem;
     19 		}
     20 	}
     21 
     22 }