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

28 lines
390 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;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
2016-09-01 20:47:28 +00:00
}
.pad {
padding-bottom: 15px;
2016-09-01 20:47:28 +00:00
2016-09-20 21:32:54 +00:00
}
.kek {
padding-top: 18px;
padding-left: 18px;
2016-08-31 13:56:09 +00:00
}