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

63 lines
727 B
SCSS
Raw Permalink Normal View History

.links {
2016-10-15 17:08:45 +00:00
flex: 1;
align-self: flex-end;
2016-10-15 17:08:45 +00:00
align-items: flex-end;
padding-right: 20px;
2016-10-29 19:49:58 +00:00
div {
margin: 10px;
}
2016-11-02 14:25:36 +00:00
img {
width: 200px;
}
}
.clear {
clear: both;
2016-09-20 21:32:54 +00:00
}
2016-10-29 19:49:58 +00:00
@media (max-width: #{$tablet}) {
.links {
align-self: center;
}
2016-10-03 19:56:08 +00:00
}
2016-10-29 19:49:58 +00:00
.rows {
display: flex;
flex-direction: column;
2016-10-15 17:08:45 +00:00
}
2016-10-03 19:56:08 +00:00
.project {
margin-top: 30px;
}
.logo-wrapper {
padding-top: 0;
padding-bottom: 0;
}
2016-10-03 19:56:08 +00:00
.logo {
width: 10vw;
min-width: 100px;
min-height: 100px;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
height: 100%;
2016-10-03 19:56:08 +00:00
}
.logo-initial {
margin: auto;
color: white;
font-size: 5rem;
2016-10-03 19:56:08 +00:00
font-family: $family-sans-serif;
}
2016-10-04 21:06:41 +00:00
.logo-index {
font-size: 4vw;
color: white;
}