Template:Punjabi Wikimedians Footer/styles.css
Appearance
/* initial inspiration was from Maithili wikimedians */
/* General Styles */
.footer {
display:flex;
flex-wrap: wrap;
background:#F4C430;
color:#111111;
font-size:1.2em;
padding: 0.8em 1ex;
column-gap: 2ex;
justify-content:space-between;
border-radius:6px;
}
/* styles for desktop */
@media only screen and (min-width: 720px) {
.footer {
justify-content: space-around;
}
}