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

28 lines
384 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%;
text-align: center;
2016-08-31 13:56:09 +00:00
}
.imgcenter {
display: flex;
2016-09-27 16:11:32 +00:00
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
2016-08-31 13:56:09 +00:00
2016-09-01 20:47:28 +00:00
}
2016-09-27 16:11:32 +00:00
.padbot {
2016-09-01 20:47:28 +00:00
padding-bottom: 15px;
2016-09-01 20:47:28 +00:00
2016-09-20 21:32:54 +00:00
}
2016-09-27 16:11:32 +00:00
.padtop {
padding-top: 25px;
2016-09-20 21:32:54 +00:00
2016-08-31 13:56:09 +00:00
}