Fix some styles

This commit is contained in:
2021-10-03 12:42:25 +02:00
parent 6c1dcf7535
commit dc11cd28ad
5 changed files with 40 additions and 19 deletions
+2 -1
View File
@@ -18,9 +18,10 @@
h3 {
color: $color-secondary;
margin-bottom: 16px;
}
p {
margin: 12px 0 40px;
margin-bottom: 40px;
color: $color-text;
font-weight: 300;
}
+2 -2
View File
@@ -42,12 +42,12 @@
// Title
.title-medium {
color: $color-lightpurple;
margin-bottom: 8px;
margin-bottom: 16px;
}
p {
font-weight: 300;
margin-bottom: 28px;
margin-bottom: 24px;
}
.detail {