Skip to content

Commit a110259

Browse files
committed
try to fix deployment?
1 parent 1e7c60f commit a110259

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

components/team.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"linkedin":"https://www.linkedin.com/in/alison-rhoads-7251621b6/",
4545
"scholar": "https://scholar.google.com/citations?user=rHilJjIAAAAJ&hl=en"
4646
},
47-
4847
{
4948
"name":"Wesley Chen",
5049
"title":"Undergraduate Researcher",

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ grid-template-columns:1fr;
672672
}
673673

674674
@media (max-width:768px){
675-
.publication-logos img{
676-
max-width:10px;
675+
.publication-grid .publication-logo{
676+
max-width:120px;
677677
}
678678
}

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
<!-- Preloader -->
3030
<link rel="stylesheet" href="css/preloader.css" type="text/css" media="screen, print"/>
3131

32-
<!-- Icon Font-->
33-
<link rel="stylesheet" href="style.css">
3432
<link rel="stylesheet" href="css/owl.carousel.css">
3533
<link rel="stylesheet" href="css/owl.theme.default.css">
3634
<!-- Animate CSS-->

0 commit comments

Comments
 (0)