Skip to content
Snippets Groups Projects

Fix cards arrangement on services page

Merged Huste, Tobias requested to merge fix-cards-on-services-page into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
.flex-cards {
display: flex;
flex-flow: wrap;
justify-content: center;
justify-content: flex-start;
margin-top: 0rem;
margin-bottom: 0rem;
Loading