Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
#footer-places ul {
display: flex;
flex-direction: row;
list-style-type: none;
padding: 0;
}
#footer-places {
/* Adjust the margin or padding to align vertically and add horizontal spacing */
margin-top: 41px; /* Adjust this value as needed for vertical alignment */
margin-right: 10px; /* Adjust the spacing between items as needed */
}

Latest revision as of 03:17, 31 March 2024

/* All CSS here will be loaded for users of the Citizen skin */
#footer-places ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
}
#footer-places {
    /* Adjust the margin or padding to align vertically and add horizontal spacing */
    margin-top: 41px; /* Adjust this value as needed for vertical alignment */
    margin-right: 10px; /* Adjust the spacing between items as needed */
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.