zeus.ugent.be/content/assets/stylesheets/includes/projects.scss
2016-10-03 21:56:08 +02:00

44 lines
660 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;
}
.project {
background-color: $body-background;
margin-top: 30px;
}
.logo {
height: 10vw;
width: 10vw;
min-width: 100px;
min-height: 100px;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
}
.logo-initial {
margin: auto;
color: white;
font-size: 6vw;
font-family: $family-sans-serif;
}