MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 35: | Line 35: | ||
} | } | ||
/* 🦵 Fix the Footer Icon */ | |||
#footer-poweredbyico { | |||
display: flex; /* Ensure it aligns properly */ | |||
justify-content: center; /* Center it */ | |||
align-items: center; /* Align vertically */ | |||
padding: 10px 0; /* Add spacing */ | |||
} | |||
/* 🖼 Ensure the icon is properly sized */ | |||
#footer-poweredbyico img { | |||
max-width: 150px; /* Adjust as needed */ | |||
height: auto; | |||
display: block; | |||
margin: auto; | |||
} | |||
/* 🌑 Dark Theme */ | /* 🌑 Dark Theme */ |