Skip to content

Commit fbfc3d4

Browse files
Update _layout.scss
1 parent f16808d commit fbfc3d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

style/_layout.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ main{
4242
width: 5vw;
4343
left: 32vw;
4444
transform: translateY(4vw);
45-
z-index: 1;
45+
z-index: 2;
4646
}
4747

4848
.cloud {
@@ -56,7 +56,9 @@ main{
5656
}
5757

5858
.sun {
59-
width: 50%;
59+
background-size:contain;
60+
background-repeat: no-repeat;
61+
width: 30%;
6062
}
6163

6264
.man{

0 commit comments

Comments
 (0)