mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Fix alignment for footer icons if they are in the same li (#124)
This commit is contained in:
parent
c14bb9135e
commit
6c4cef36f9
|
@ -126,6 +126,10 @@
|
|||
margin: 0 -@margin-side / 2;
|
||||
display: flex;
|
||||
|
||||
li {
|
||||
display: flex; // Horizontally aligned with there are two icons in the same li
|
||||
}
|
||||
|
||||
a {
|
||||
padding: @margin-side * 0.75 @margin-side / 2;
|
||||
height: 50px; // CSS hack to force SVG icon to appear
|
||||
|
|
Loading…
Reference in a new issue