15 lines
257 B
SCSS
15 lines
257 B
SCSS
|
|
||
|
/*# sourceMappingURL=projects.css.map */
|
||
|
|
||
|
.imgspace {
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.imgcenter {
|
||
|
display: flex;
|
||
|
justify-content: center; /* align horizontal */
|
||
|
align-items: center; /* align vertical */
|
||
|
|
||
|
}
|