Skip to content

Commit

Permalink
fix: Consultation page company details formatting (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturlg authored Mar 4, 2024
1 parent 30f7399 commit aa5ba06
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.list {
list-style: none;
text-align: left;
display: flex;
flex-wrap: wrap;
}

.list li {
line-height: inherit;
break-inside: avoid;
page-break-inside: avoid;
flex: 1 1 calc(50% - 1rem);
display: flex;
align-items: center;
}

@media (min-width: 1024px) {
.list {
columns: 2 2rem;
}
.list li span {
padding-left: 0.25rem;
}

.numberOfEmployees {
Expand Down

0 comments on commit aa5ba06

Please sign in to comment.