Skip to content
Snippets Groups Projects

feat: Center content in overview section

Merged Olivier Goulet requested to merge oliviergoulet/openpass.eclipse.org:center-overview into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -23,6 +23,7 @@
@@ -23,6 +23,7 @@
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
gap: 6rem;
gap: 6rem;
 
justify-content: center;
@media (min-width: @screen-sm-min) {
@media (min-width: @screen-sm-min) {
flex-direction: row;
flex-direction: row;
Loading