File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1779,6 +1779,12 @@ img.organisation-logo {
1779
1779
max-height : 65px ;
1780
1780
max-width : 150px ;
1781
1781
}
1782
+ th .organisation-logo {
1783
+ height : 65px ;
1784
+ width : 150px ;
1785
+ background-color : white !important ;
1786
+ text-align : center;
1787
+ }
1782
1788
1783
1789
/** Release Notes */
1784
1790
# release-notes .navheader ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h2>{{ sponsor.sponsortype.typename }}</h2>
20
20
< tbody >
21
21
{% endifchanged%}
22
22
< tr >
23
- < th scope ="row ">
23
+ < th scope ="row " class =" organisation-logo " >
24
24
< a href ="{{ sponsor.url }} " target ="_blank " rel ="noopener ">
25
25
< img class ="organisation-logo " src ="/media/img/about/sponsors/{{ sponsor.logoname }} " alt ="{{ sponsor.name }} " />
26
26
</ a >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h3>PostgreSQL Community Association Sponsors</h3>
70
70
</ thead >
71
71
< tbody >
72
72
< tr >
73
- < th scope ="row ">
73
+ < th scope ="row " class =" organisation-logo " >
74
74
< a href ="https://aws.amazon.com " target ="_blank " rel ="noopener ">
75
75
< img class ="organisation-logo " src ="/media/img/about/sponsors/logo_aws.svg " alt ="AWS " />
76
76
</ a >
@@ -80,7 +80,7 @@ <h3>PostgreSQL Community Association Sponsors</h3>
80
80
< td > Benefactor</ td >
81
81
</ tr >
82
82
< tr >
83
- < th scope ="row ">
83
+ < th scope ="row " class =" organisation-logo " >
84
84
< a href ="https://xata.io " target ="_blank " rel ="noopener ">
85
85
< img class ="organisation-logo " src ="/media/img/about/sponsors/logo_xata.svg " alt ="Xata " />
86
86
</ a >
You can’t perform that action at this time.
0 commit comments