umami/components/WebsiteSettings.module.css

10 lines
91 B
CSS
Raw Normal View History

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