mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	Merge pull request #1148 from ae-utbm/footer
fix footer alignment on small screens
This commit is contained in:
		| @@ -2,6 +2,10 @@ | |||||||
| @import "devices"; | @import "devices"; | ||||||
|  |  | ||||||
| footer.bottom-links { | footer.bottom-links { | ||||||
|  |   >section>a { | ||||||
|  |     text-align: center; | ||||||
|  |   } | ||||||
|  |  | ||||||
|   @media (max-width: $small-devices) { |   @media (max-width: $small-devices) { | ||||||
|     margin-top: 0.6em; |     margin-top: 0.6em; | ||||||
|     padding: 1.25em; |     padding: 1.25em; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user