umami/components/metrics/MetricsTable.module.css

19 lines
262 B
CSS
Raw Normal View History

2020-08-01 02:05:14 +00:00
.container {
position: relative;
2020-09-26 06:38:28 +00:00
min-height: 430px;
height: 100%;
2020-08-05 05:45:05 +00:00
display: flex;
flex-direction: column;
2020-08-01 03:37:29 +00:00
}
2020-08-09 10:04:48 +00:00
.footer {
display: flex;
justify-content: center;
}
2020-08-06 02:04:02 +00:00
@media only screen and (max-width: 992px) {
.container {
min-height: auto;
}
}