Update style.css

This commit is contained in:
2023-06-04 11:21:44 +01:00
parent 0c115b0030
commit 1745f1c758

View File

@@ -68,7 +68,7 @@
} }
.barItem { .barItem {
float: left; float: left;
flex: 1; flex-grow: 1;
text-align: center; text-align: center;
} }
.barItem * { .barItem * {
@@ -120,5 +120,4 @@
img { img {
width: 100%; width: 100%;
} }
} }