diff --git a/public/style/style.css b/public/style/style.css index a4c0dac..7c72f07 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -361,13 +361,15 @@ div.interest-links h4 a{ } #logos .thumbnail img{ max-height:100px; + max-width:110px; } -#logos .row.academic-sponsors{ +#logos .row{ flex-wrap:nowrap; + justify-content: space-between; } -.row.academic-sponsors .thumbnail img{ - max-width: 100%; - max-height: 100%; +.row .thumbnail img.achicar-sponsor{ + max-width: 50%; + } #footer p { padding: 0; @@ -397,9 +399,13 @@ div.interest-links h4 a{ line-height: 34px!important; } @media screen and (max-width: 768px) { - #logos .row.academic-sponsors{ + #logos .row{ flex-wrap:wrap; } + #logos .thumbnail img{ + max-height:100px; + max-width:100px; + } } @media screen and (max-width: 480px) { @@ -538,6 +544,3 @@ ul.float-shortcuts a{ padding-top:15px; } } -img.imgchica{ - max-height: 95px; -} \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 40a6e68..74f177e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -8,7 +8,7 @@