Skip to content
Snippets Groups Projects

Center events/news cards on front page

Merged Uwe Jandt (DESY, HIFIS) requested to merge center-events-news-cards into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
.flex-cards {
display: flex;
flex-flow: wrap;
justify-content: flex-start;
justify-content: center;
margin-top: 0rem;
margin-bottom: 0rem;
Loading