Skip to content

Commit

Permalink
maintain aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertASmithBresMed committed Apr 16, 2022
1 parent 7cb4d25 commit a29a29e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app_files/landing_div.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ landingDiv = function(){
Robert Smith, Paul Schneider, Praveen Thokala
</div>
<div class = "logos d-flex flex-row justify-content-center flex-wrap mx-auto px-5">
<div class="column">
<img class ="image" src="sheffield_logo.png" style="height:50px;width:100px">
<div class="cell">
<img class ="image" src="sheffield_logo.png" style="height:50px;width:auto">
</div>
<div class="column">
<img class ="image" src="lumanity_logo.png" style="height:50px;width:100px">
<div class="cell">
<img class ="image" src="lumanity_logo.png" style="height:50px;width:auto">
</div>
<div class="column">
<img class ="image" src="dpa_logo.png" style="height:50px;width:50px">
<div class="cell">
<img class ="image" src="dpa_logo.png" style="height:50px;width:auto">
</div>
</div>
<div class="progress">
Expand Down

0 comments on commit a29a29e

Please sign in to comment.