zeus.ugent.be/content/assets/stylesheets/includes/projects.scss
2016-09-27 18:11:32 +02:00

28 lines
384 B
SCSS

/*# sourceMappingURL=projects.css.map */
.imgspace {
display: flex;
justify-content: space-around;
width: 100%;
text-align: center;
}
.imgcenter {
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
.padbot {
padding-bottom: 15px;
}
.padtop {
padding-top: 25px;
}