Skip to content

Commit fe0ebed

Browse files
committed
updates
1 parent ed1e844 commit fe0ebed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ input, select, textarea {
12041204
left: 0;
12051205
position: absolute;
12061206
top: 0;
1207-
width: 120%;
1207+
width: 100%;
12081208
z-index: 1;
12091209
opacity: 1;
12101210
}
@@ -1695,9 +1695,9 @@ input, select, textarea {
16951695
-webkit-transition-delay: 2.525s;
16961696
-ms-transition-delay: 2.525s;
16971697
transition-delay: 2.525s;
1698-
height: calc(40vh - 2em);
1699-
min-height: 20em;
1700-
width: 25%;
1698+
height: calc(60vh - 2em);
1699+
min-height: 30em;
1700+
width: 50%;
17011701
}
17021702

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

0 commit comments

Comments
 (0)