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

44 lines
660 B
SCSS
Raw Normal View History

2016-08-31 13:56:09 +00:00
.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-09-01 20:47:28 +00:00
}
2016-09-27 16:11:32 +00:00
.padbot {
padding-bottom: 15px;
2016-09-20 21:32:54 +00:00
}
2016-09-27 16:11:32 +00:00
.padtop {
padding-top: 25px;
2016-10-03 19:56:08 +00:00
}
.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;
}