mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 12:36:20 -04:00
13 lines
183 B
SCSS
13 lines
183 B
SCSS
.grid {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-evenly;
|
|
align-items: flex-start;
|
|
width: 100%;
|
|
}
|
|
|
|
.view_more {
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
}
|