Web: make the worker list narrower, occupying only a single column

This commit is contained in:
Sybren A. Stüvel 2022-05-31 15:48:00 +02:00
parent fc4e3d60d7
commit e18dab5c82

View File

@ -15,11 +15,10 @@
<style scoped>
.col-workers-list {
grid-column-start: col-1;
grid-column-end: col-2;
grid-area: col-1;
}
.col-workers-2 {
grid-area: col-3;
grid-area: col-2;
}
</style>