mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
7 lines
136 B
CSS
7 lines
136 B
CSS
.container {
|
|
display: grid;
|
|
grid-template-rows: max-content 1fr;
|
|
grid-template-columns: max-content 1fr;
|
|
margin-bottom: 60px;
|
|
}
|