mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
design review done
This commit is contained in:
parent
76d5b91db9
commit
b0cadc1462
1 changed files with 6 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue