Skip to content

Commit

Permalink
Fix design
Browse files Browse the repository at this point in the history
  • Loading branch information
celineung committed Oct 13, 2020
1 parent f146426 commit 483b7fa
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 10 deletions.
1 change: 1 addition & 0 deletions assets/scss/shared/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
&__description {
h2 {
font-weight: 400;
color: $grey-90;
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion components/NewsItemPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
position: relative;
border-radius: 10px;
background: #fff;
color: $grey-90;
color: $grey-45;
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
margin-bottom: 60px;
Expand Down
14 changes: 10 additions & 4 deletions components/slices/Article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@ export default {
&__description {
margin: 16px 0 24px 0;
color: $grey-45;
font-size: 1.125rem;
line-height: 30px;
h3 {
margin-top: 8px;
}
ul {
list-style: none;
Expand All @@ -314,11 +320,11 @@ export default {
}
& p {
font-size: 1.25rem;
font-size: 1.125rem;
font-weight: $font-normal;
letter-spacing: 0;
line-height: 2rem;
margin: 15px 0px;
line-height: 1.875rem;
margin: 8px 0px;
}
&--only-text {
Expand All @@ -330,7 +336,7 @@ export default {
height: 26px;
color: $blue;
font-family: $font-roboto;
font-size: 1.25rem;
font-size: 1.125rem;
font-weight: $font-medium;
letter-spacing: 0;
line-height: 0.009rem;
Expand Down
8 changes: 3 additions & 5 deletions components/slices/Features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export default {
img {
margin-right: 25px;
height: 62px;
width: 55px;
}
p {
Expand All @@ -159,8 +158,9 @@ export default {
}
&-wrapper-item {
&__title h1 {
width: 217px;
&__title h3 {
margin-top: 16px;
width: 100%;
color: $grey-90;
font-size: 1rem;
letter-spacing: 0px;
Expand Down Expand Up @@ -193,7 +193,6 @@ export default {
img {
margin-right: 32px;
height: 73px;
width: 65px;
}
}
Expand Down Expand Up @@ -262,7 +261,6 @@ export default {
img {
height: 73px;
width: 65px;
}
}
Expand Down
13 changes: 13 additions & 0 deletions pages/pix-site/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ export default {
&__container {
max-width: 1140px;
margin: 0 auto;
h2,
h3 {
color: $grey-90;
}
}
&-container {
Expand Down Expand Up @@ -427,6 +432,10 @@ export default {
}
}
h2 {
color: $grey-90;
}
h3 {
text-align: center;
font-size: 1rem;
Expand Down Expand Up @@ -528,6 +537,10 @@ export default {
.background {
background: $white;
}
h2 {
color: $grey-90;
}
}
.co-built-service {
Expand Down
1 change: 1 addition & 0 deletions pages/pix-site/skills.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default {
h3,
h4 {
font-weight: 400;
color: $grey-90;
}
.competence {
Expand Down
1 change: 1 addition & 0 deletions pages/pix-site/stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default {
h2 {
font-family: $font-open-sans;
font-weight: 400;
color: $grey-90;
}
h1 {
font-size: 44px;
Expand Down

0 comments on commit 483b7fa

Please sign in to comment.