Skip to content
Snippets Groups Projects
Commit 3a4dc610 authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Merge branch 'fix-cards-on-services-page' into 'master'

Fix cards arrangement on services page

See merge request hifis/hifis.net!252
parents bcd0950a 5689c451
No related branches found
No related tags found
1 merge request!252Fix cards arrangement on services page
.flex-cards {
display: flex;
flex-flow: wrap;
justify-content: center;
justify-content: flex-start;
margin-top: 0rem;
margin-bottom: 0rem;
......
......@@ -145,3 +145,7 @@
margin: 0.5rem;
}
.flex-cards {
justify-content: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment