Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
adjust logo sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
benanhalt committed Apr 17, 2019
1 parent 5ef04b2 commit 7558699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -566,29 +566,29 @@ pageImplementation p =
, Options.div
[ Options.css "display" "flex"
, Options.css "justify-content" "space-between"
, Options.css "width" "800px"
, Options.css "width" "900px"
]
[ Html.a [ A.href "https://www.idigbio.org/" ]
[ Html.img
[ A.src "./images/idigbio_logo.png"
, A.alt "iDigBio"
, A.style [ ( "width", "213px" ), ( "height", "65px" ) ]
, A.style [ ( "width", "300px" ), ( "margin-top", "20px" ) ]
]
[]
]
, Html.a [ A.href "http://lifemapper.org/" ]
[ Html.img
[ A.src "./images/lm_logo.png"
, A.alt "Lifemapper"
, A.style [ ( "width", "107px" ), ( "height", "111px" ) ]
, A.style [ ( "width", "298px" ) ]
]
[]
]
, Html.a [ A.href "https://ot38.opentreeoflife.org/about/open-tree-of-life" ]
[ Html.img
[ A.src "./images/otl_logo.png"
, A.alt "Open Tree of Life"
, A.style [ ( "width", "241px" ), ( "height", "126px" ) ]
, A.style [ ( "width", "241px" ) ]
]
[]
]
Expand Down

0 comments on commit 7558699

Please sign in to comment.