Skip to content

Commit ba4e80d

Browse files
committed
fix
1 parent 7b5bd2d commit ba4e80d

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

styling/styling.css

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styling/styling.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styling/styling.scss

+10
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,16 @@ p {
435435
position: absolute;
436436
}
437437

438+
439+
.scene3__text1{
440+
position: absolute;
441+
transform: translate(70vw, 5vw);
442+
}
443+
.scene3__text2{
444+
position: absolute;
445+
transform: translate(35vw, 1vw);
446+
}
447+
438448
.scene5__text > a {
439449
display: inline-block;
440450
padding: 10px 20px;

0 commit comments

Comments
 (0)