zeus.ugent.be/content/assets/stylesheets/includes/projects.scss
2016-10-03 20:52:01 +02:00

26 lines
322 B
SCSS

.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;
}