Template:Birthdays/style.css: Difference between revisions

m
Formatting change
mNo edit summary
m (Formatting change)
Line 15:
}
 
.character-birthdays spana::after {
display: inline-block;
width: 1em;
height: 1em;
content: "\00a0•";
color:#a2a9b1;
text-align: center;
}
 
.character-birthdays a:last-child::after {
display: none;
}
 
@media (max-width: 425px) {
.character-birthdays spana::after {
display: none;
}