Skip to content

Commit 47cc059

Browse files
committed
updates
1 parent 32e7e04 commit 47cc059

File tree

1 file changed

+78
-2
lines changed

1 file changed

+78
-2
lines changed

assets/css/main.css

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ input, select, textarea {
245245
}
246246

247247
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
248-
color:inherit;
248+
color:#000000;
249249
text-decoration: none;
250250
}
251251

@@ -1760,9 +1760,85 @@ input, select, textarea {
17601760
transition-delay: 1.85s;
17611761
}
17621762

1763+
@media screen and (max-width: 5120px) {
17631764

1765+
#main .thumb {
1766+
-moz-transition-delay: 2.075s;
1767+
-webkit-transition-delay: 2.075s;
1768+
-ms-transition-delay: 2.075s;
1769+
transition-delay: 2.075s;
1770+
height: calc(40vh - 2em);
1771+
min-height: 20em;
1772+
width: 33.333333%;
1773+
}
1774+
1775+
#main .thumb:nth-child(1) {
1776+
-moz-transition-delay: 0.65s;
1777+
-webkit-transition-delay: 0.65s;
1778+
-ms-transition-delay: 0.65s;
1779+
transition-delay: 0.65s;
1780+
}
1781+
1782+
#main .thumb:nth-child(2) {
1783+
-moz-transition-delay: 0.8s;
1784+
-webkit-transition-delay: 0.8s;
1785+
-ms-transition-delay: 0.8s;
1786+
transition-delay: 0.8s;
1787+
}
1788+
1789+
#main .thumb:nth-child(3) {
1790+
-moz-transition-delay: 0.95s;
1791+
-webkit-transition-delay: 0.95s;
1792+
-ms-transition-delay: 0.95s;
1793+
transition-delay: 0.95s;
1794+
}
1795+
1796+
#main .thumb:nth-child(4) {
1797+
-moz-transition-delay: 1.1s;
1798+
-webkit-transition-delay: 1.1s;
1799+
-ms-transition-delay: 1.1s;
1800+
transition-delay: 1.1s;
1801+
}
1802+
1803+
#main .thumb:nth-child(5) {
1804+
-moz-transition-delay: 1.25s;
1805+
-webkit-transition-delay: 1.25s;
1806+
-ms-transition-delay: 1.25s;
1807+
transition-delay: 1.25s;
1808+
}
1809+
1810+
#main .thumb:nth-child(6) {
1811+
-moz-transition-delay: 1.4s;
1812+
-webkit-transition-delay: 1.4s;
1813+
-ms-transition-delay: 1.4s;
1814+
transition-delay: 1.4s;
1815+
}
1816+
1817+
#main .thumb:nth-child(7) {
1818+
-moz-transition-delay: 1.55s;
1819+
-webkit-transition-delay: 1.55s;
1820+
-ms-transition-delay: 1.55s;
1821+
transition-delay: 1.55s;
1822+
}
1823+
1824+
#main .thumb:nth-child(8) {
1825+
-moz-transition-delay: 1.7s;
1826+
-webkit-transition-delay: 1.7s;
1827+
-ms-transition-delay: 1.7s;
1828+
transition-delay: 1.7s;
1829+
}
1830+
1831+
#main .thumb:nth-child(9) {
1832+
-moz-transition-delay: 1.85s;
1833+
-webkit-transition-delay: 1.85s;
1834+
-ms-transition-delay: 1.85s;
1835+
transition-delay: 1.85s;
1836+
}
1837+
1838+
}
1839+
17641840

1765-
@media screen and (max-width: 5120px) {
1841+
@media screen and (max-width: 1680px) {
17661842

17671843
#main .thumb {
17681844
-moz-transition-delay: 2.075s;

0 commit comments

Comments
 (0)