Skip to content

Commit cf3e825

Browse files
committed
fix lines overlapping in ios
1 parent a6e2699 commit cf3e825

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: _sass/01-base/base.scss

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
body {
66
font-family: gotham-book;
7+
line-height: 1.2
78
}
89
.custom-container {
910
margin: 0 auto;

Diff for: _sass/03-layouts/home.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
text-align: justify;
164164
background-repeat: no-repeat;
165165
padding-top: 10%;
166-
padding-bottom: 13%;
166+
padding-bottom: 15%;
167167

168168
div {
169169
background-image: none;
@@ -202,6 +202,7 @@
202202
.introduction {
203203
div {
204204
max-width: 80%;
205+
margin: auto;
205206
}
206207
padding-bottom: 5%;
207208
}
@@ -210,7 +211,8 @@
210211
}
211212
.problem-definition {
212213
div {
213-
max-width: 1440px;
214+
max-width: 80%;
215+
margin: auto;
214216
}
215217
}
216218
}

0 commit comments

Comments
 (0)