zeus.ugent.be/content/assets/stylesheets/includes/projects.scss

15 lines
257 B
SCSS
Raw Normal View History

2016-08-31 13:56:09 +00:00
/*# 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 */
}