Skip to content

Commit f89916b

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
mobile optimization
1 parent ce4b3ec commit f89916b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/assets/css/style.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,12 +935,24 @@ button,
935935

936936
.hero-title {
937937
font-size: 28px;
938+
line-height: 1.3;
939+
margin-bottom: 16px;
940+
}
941+
942+
.hero-highlight {
943+
font-size: 18px;
944+
margin: 16px 0 8px;
945+
}
946+
947+
.hero-list li {
948+
font-size: 18px;
949+
line-height: 1.5;
950+
margin: 4px 0;
938951
}
939952

940-
.hero-highlight,
941-
.hero-list li,
942953
.hero-cta {
943954
font-size: 18px;
955+
margin-top: 16px;
944956
}
945957

946958
.content-hero {

0 commit comments

Comments
 (0)