mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
Add footer icon style to accomodate more footer icons
This commit is contained in:
parent
7e155cb3b7
commit
86c5893ded
|
@ -125,5 +125,11 @@
|
|||
li {
|
||||
display: flex; // Horizontally aligned with there are two icons in the same li
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 15px 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue