@@ -1801,7 +1801,6 @@ body {
1801
1801
overflow : hidden;
1802
1802
}
1803
1803
1804
-
1805
1804
.project-image-container {
1806
1805
1807
1806
text-decoration : none;
@@ -1828,12 +1827,6 @@ body {
1828
1827
margin-bottom : 40px ;
1829
1828
}
1830
1829
1831
- .project {
1832
- width : 93% ;
1833
- height : 12.8vw ;
1834
- margin-bottom : 120px ;
1835
- }
1836
-
1837
1830
.event-text-container {
1838
1831
display : inline-block;
1839
1832
width : 58% ;
@@ -1851,13 +1844,10 @@ body {
1851
1844
background : # F1E5D9 ;
1852
1845
}
1853
1846
1854
-
1855
-
1856
1847
.upcoming-event : hover .event-title {
1857
1848
color : # EF6362 ;
1858
1849
}
1859
1850
1860
-
1861
1851
.event-hover-strip {
1862
1852
position : absolute;
1863
1853
left : 0 ;
@@ -1870,9 +1860,6 @@ body {
1870
1860
background : # EF6362 ;
1871
1861
}
1872
1862
1873
-
1874
-
1875
-
1876
1863
.event-title {
1877
1864
font-size : 1.4em ;
1878
1865
font-family : YaleNew;
@@ -1898,10 +1885,6 @@ body {
1898
1885
overflow : hidden;
1899
1886
text-overflow : ellipsis;
1900
1887
}
1901
- .project-title a , .project-title a : hover , .project-title a : active , .project-title a : visited {
1902
- text-decoration : none;
1903
- color : # 00356B ;
1904
- }
1905
1888
1906
1889
.event-time-line {
1907
1890
font-family : Interstate;
@@ -1957,6 +1940,34 @@ body {
1957
1940
letter-spacing : .5px ;
1958
1941
}
1959
1942
1943
+ /***
1944
+ * Projects listing page
1945
+ ***/
1946
+
1947
+ .project {
1948
+ width : 44.9% ;
1949
+ height : 12.8vw ;
1950
+ margin-bottom : 120px ;
1951
+ display : inline-block;
1952
+ }
1953
+
1954
+ .project-title a {
1955
+ text-decoration : none;
1956
+ color : # 00356B ;
1957
+ }
1958
+
1959
+ .project-thumbnail a {
1960
+ width : 100% ;
1961
+ }
1962
+
1963
+ .projects-container .project : nth-child (2n) {
1964
+ margin-right : 9% ;
1965
+ }
1966
+
1967
+ .projects-container .project-thumbnail img {
1968
+ max-width : 110% ;
1969
+ }
1970
+
1960
1971
/***
1961
1972
* Widget area
1962
1973
***/
@@ -1980,7 +1991,6 @@ body {
1980
1991
}
1981
1992
}
1982
1993
1983
-
1984
1994
@keyframes slideOutRight {
1985
1995
from {
1986
1996
transform : translate3d (0 , 0 , 0 );
@@ -2281,7 +2291,8 @@ body {
2281
2291
* Showcase projects
2282
2292
***/
2283
2293
2284
- .showcase-project-container {
2294
+ .showcase-project-container ,
2295
+ .projects-container {
2285
2296
padding : 0 ;
2286
2297
margin : 0 ;
2287
2298
position : relative;
@@ -2512,7 +2523,15 @@ body {
2512
2523
margin-bottom : 50px ;
2513
2524
}
2514
2525
2526
+ /***
2527
+ * Projects listing page
2528
+ ***/
2515
2529
2530
+ .project {
2531
+ width : 100% ;
2532
+ margin-right : 0px ;
2533
+ height : 53vw ;
2534
+ }
2516
2535
}
2517
2536
2518
2537
/* Larger cell styles */
0 commit comments