umami/components/settings/WebsiteSettings.module.css

14 lines
127 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 {
2022-03-02 04:28:44 +01:00
display: flex;
2020-08-07 11:27:12 +02:00
justify-content: flex-end;
2022-03-02 04:28:44 +01:00
width: 100%;
2020-08-07 11:27:12 +02:00
}
.detailLink {
width: 100%;
}