1,554
edits
Line 192: | Line 192: | ||
.mw-input { | .mw-input { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.intro-container, .materials-container | |||
{ | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |||
gap: 1em; | |||
margin-bottom: 1em; | |||
} | |||
.projects-container | |||
{ | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |||
gap: 1em; | |||
margin-bottom: 1em; | |||
} | |||
.grid-item | |||
{ | |||
background: #eee; | |||
padding: 1em; | |||
} | } |