mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-02-06 22:53:13 +00:00
13 lines
187 B
CSS
13 lines
187 B
CSS
.reservations-title {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 1rem;
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
@media (min-width: 801px) {
|
|
.reservations {
|
|
min-width: 500px;
|
|
}
|
|
}
|