Files
IGP-Fan-Reference/IGP/Pages/RawDatabase.razor.css
T
2022-03-30 12:48:07 -04:00

16 lines
255 B
CSS

.page {
display: flex;
flex-direction: column;
padding: 16px;
gap: 16px;
}
@media only screen and (max-width: 1025px) {
.page {
display: flex;
flex-direction: column;
padding: 2px;
gap: 2px;
}
}