diff options
| author | Jonathan S. Katz | 2024-02-01 16:47:00 +0000 |
|---|---|---|
| committer | Jonathan S. Katz | 2024-02-01 16:47:00 +0000 |
| commit | 4dc9033840a4f94a82235ed510230a9527565fa3 (patch) | |
| tree | ea8ab4211e1712399cd8875884a1abf321793985 | |
| parent | 2b72b437b8e98058d70374f9ca765758332b899c (diff) | |
Ensure logos render consistently
| -rw-r--r-- | static/css/pgcac.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/pgcac.css b/static/css/pgcac.css index b91f579..87c3fa8 100644 --- a/static/css/pgcac.css +++ b/static/css/pgcac.css @@ -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; +} |
