design review done

This commit is contained in:
Janne Koivistoinen 2017-12-19 15:37:01 +02:00
parent 76d5b91db9
commit b0cadc1462

View file

@ -86,8 +86,6 @@
.bio {
/* Preserve newlines, but collapse other whitespace */
white-space: pre-line;
max-width: 563px;
margin: 5px 0 24px 0;
@media (--viewportMedium) {
@ -95,6 +93,7 @@
}
@media (--viewportLarge) {
margin: 0 0 56px 0;
max-width: 600px;
}
}
@ -163,6 +162,7 @@
&:nth-of-type(1),
&:nth-of-type(2) {
margin-top: 20px;
margin-bottom: 36px;
}
}
}
@ -175,6 +175,10 @@
.desktopReviews {
margin-top: 28px;
@media (--viewportLarge) {
max-width: 600px;
}
}
.desktopReviewsTitle {