Template:Birthdays/style.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 3:
width: calc(100% - 20px);
background-color: rgba(255,255,255,0.7);
border-radius: 15px10px;
margin: 10px;
padding: 10px 10px 10px 80px;
box-sizing: border-box;
text-align: center;
}
 
.character-birthdays img {
margin: -30px 20px0px -20px 0-80px;
float: left;
}
 
.character-birthdays spana::after {
display: inline-block;
width: 1em;
Line 21 ⟶ 22:
color:#a2a9b1;
text-align: center;
}
 
.character-birthdays a:last-child::after {
display: none;
}
 
@media (max-width: 425px) {
.character-birthdays a::after {
display: none;
}
}