Skip to content

Commit 85aa082

Browse files
committed
updates
1 parent 68cadaa commit 85aa082

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ input, select, textarea {
16191619
left: 0;
16201620
position: absolute;
16211621
top: 0;
1622-
width: 200%;
1622+
width: 100%;
16231623
}
16241624

16251625
#main .thumb > .image {
@@ -1696,8 +1696,8 @@ input, select, textarea {
16961696
-ms-transition-delay: 2.525s;
16971697
transition-delay: 2.525s;
16981698
height: calc(50vh - 2em);
1699-
min-height: 30em;
1700-
width: 50%;
1699+
min-height: 50em;
1700+
width: 100%;
17011701
}
17021702

17031703
#main .thumb:nth-child(1) {

assets/sass/layout/_main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
background-repeat: no-repeat;
4747
background-size: cover;
4848
border: 0;
49-
height: 200%;
49+
height: 100%;
5050
left: 0;
5151
position: absolute;
5252
top: 0;
@@ -83,7 +83,7 @@
8383
position: absolute;
8484
top: 0;
8585
visibility: hidden;
86-
width: 100%;
86+
width: 200%;
8787
z-index: 1;
8888

8989
body.ie & {

0 commit comments

Comments
 (0)