Skip to content

Commit 231eae2

Browse files
committed
updates
1 parent fcf44ba commit 231eae2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

assets/css/main.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,7 @@ input, select, textarea {
16461646
margin: 0;
16471647
position: absolute;
16481648
z-index: 1;
1649+
color: #000000;
16491650
}
16501651

16511652
#main .thumb > p {
@@ -1773,8 +1774,8 @@ input, select, textarea {
17731774
-webkit-transition-delay: 2.075s;
17741775
-ms-transition-delay: 2.075s;
17751776
transition-delay: 2.075s;
1776-
height: calc(40vh - 2em);
1777-
min-height: 20em;
1777+
height: calc(33.333vh - 1.333em);
1778+
min-height: 12em;
17781779
width: 33.333333%;
17791780
}
17801781

@@ -1851,8 +1852,8 @@ input, select, textarea {
18511852
-webkit-transition-delay: 2.075s;
18521853
-ms-transition-delay: 2.075s;
18531854
transition-delay: 2.075s;
1854-
height: calc(40vh - 2em);
1855-
min-height: 20em;
1855+
height: calc(33.333vh - 1.333em);
1856+
min-height: 12em;
18561857
width: 33.333333%;
18571858
}
18581859

@@ -1929,7 +1930,7 @@ input, select, textarea {
19291930
-ms-transition-delay: 1.625s;
19301931
transition-delay: 1.625s;
19311932
height: calc(33.333vh - 1.333em);
1932-
min-height: 18em;
1933+
min-height: 12em;
19331934
width: 33.333333%;
19341935
}
19351936

assets/sass/layout/_main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
margin: 0;
6262
position: absolute;
6363
z-index: 1;
64+
color: #000000;
6465
}
6566

6667
> p {

0 commit comments

Comments
 (0)