Skip to content

Commit 30d9e02

Browse files
committed
fixes #261 - homepage image in safari browser is skewed
1 parent c8cabd6 commit 30d9e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
@media only screen and (min-width: 1000px) {
59-
#main-img { width: 800px; }
59+
#main-img { width: 800px; height:531px;}
6060
#slider { width: 800px; }
6161
#schema-table-img { height:340px; margin: 0 5px 0 0 }
6262
#schema-tree-img { height:340px; width:auto;}

0 commit comments

Comments
 (0)