1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-24 13:52:21 +01:00

27 lines
338 B
SCSS
Raw Normal View History

.credits-panel {
.no-credits {
list-style: none;
text-align: center;
font-style: italic;
color: #aaa;
}
}
@media (min-width: 1460px) {
.credits-panel {
width: 45%;
}
}
@media (max-width: 1459px) {
.credits-panel {
width: 95%;
}
}
@media (max-width: 992px) {
.credits-panel {
width: 90%;
}
}