mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-26 04:06:07 -05:00
12
components/projects/RepositoryGrid.module.scss
Normal file
12
components/projects/RepositoryGrid.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user