Content deleted Content added
m inherit more stuff |
m add @media |
||
Line 1:
.release_timeline {
display: table;
border: none;
float: right !important; /* Minerva uses !important */
Line 13 ⟶ 14:
background-color: transparent;
box-shadow: none;
}
@media (max-width:550px) {
.release_timeline {
width: 100% !important;
box-sizing: border-box;
}
}
|