Jump to content

User:Ondo/vector-2022.css: Difference between revisions

Blanked the page
No edit summary
(Blanked the page)
Line 1: Line 1:
.main-page-grid {
 
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto;
}
.main-page-sections {
  display: flex;
  flex-wrap: wrap;
}
.main-page-section {
  flex: 1 0 40%;
  min-width: 200px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.