mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-03 23:57:37 +01:00
12 lines
95 B
CSS
12 lines
95 B
CSS
.col {
|
|
flex: 2;
|
|
}
|
|
|
|
.buttons {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.detailLink {
|
|
width: 100%;
|
|
}
|