Skip to content

Commit c21799e

Browse files
Merge pull request fac-17#43 from fac-17/fix/css-sentence
Fix position of sentence
2 parents 7827f93 + 748145f commit c21799e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ section {
200200

201201
.sentence {
202202
position: absolute;
203-
left: 0;
203+
width: 100%;
204+
204205
}
205206

206207
.sentence p {
@@ -224,6 +225,7 @@ section {
224225
.tube-section {
225226
max-width: 800px;
226227
}
228+
227229
}
228230

229231
@media only screen and (min-width: 900px) {

0 commit comments

Comments
 (0)