Ensure logos render consistently
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 1 Feb 2024 16:47:00 +0000 (11:47 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 1 Feb 2024 16:47:00 +0000 (11:47 -0500)
static/css/pgcac.css

index b91f579c6bf7726e7a0d779a4f134ef40dccbca6..87c3fa8755add4a5e4404e6ce23e2726873cff35 100644 (file)
@@ -114,4 +114,14 @@ i.fas {
   background-color: var(--table-td-bg-color);
   border-color: var(--table-td-bdr-color);
   color: var(--table-td-fg-color);
-}
\ No newline at end of file
+}
+
+/**
+* This sets the rule for the rendering in the sponsors table. The name is chosen
+* to ensure compatibility with various browser plugins that may otherwise hide
+* images.
+**/
+img.organisation-logo {
+  max-height: 65px;
+  max-width: 150px;
+}