umami/components/WebsiteSettings.module.css

10 lines
91 B
CSS
Raw Normal View History

2020-08-09 08:48:43 +02:00
.col {
flex: 2;
}
2020-08-07 11:27:12 +02:00
.buttons {
2020-08-09 08:48:43 +02:00
flex: 3;
2020-08-07 11:27:12 +02:00
display: flex;
justify-content: flex-end;
}