We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f7399 commit aa5ba06Copy full SHA for aa5ba06
packages/app/src/design-system/base/client/TileCompanyIndex.module.css
@@ -1,18 +1,18 @@
1
.list {
2
list-style: none;
3
text-align: left;
4
+ display: flex;
5
+ flex-wrap: wrap;
6
}
7
8
.list li {
- line-height: inherit;
- break-inside: avoid;
9
- page-break-inside: avoid;
+ flex: 1 1 calc(50% - 1rem);
10
11
+ align-items: center;
12
13
-@media (min-width: 1024px) {
- .list {
14
- columns: 2 2rem;
15
- }
+.list li span {
+ padding-left: 0.25rem;
16
17
18
.numberOfEmployees {
0 commit comments