Changes

Template:GwArts External Links/styles.css

366 bytes added, 15:55, 31 January 2019
m
no edit summary
min-width: 50px;
text-align: center;
}
 
#artists {
background: #f9efff;
border: 1px solid #e4cef2;
}
 
#artists h2 {
margin: 0.5em;
background: #e4cef2;
font-family: inherit;
font-size: 120%;
font-weight: bold;
border: 1px solid #b092c3;
color: #000;
padding: 0.2em 0.4em;
}
 
 
#artists ul {
display: flex;
flex-wrap: wrap;
}
 
#artists li {
margin-left: 30px;
}