File tree Expand file tree Collapse file tree 5 files changed +22
-1
lines changed Expand file tree Collapse file tree 5 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 9
9
{% else %}
10
10
< p class ="external-info "> Supported by UpCloud</ p >
11
11
{% endif %}
12
- < img class ="external-links " src ="/assets/images/external/uplcoud_logo.jpg " alt ="UpCloud logo "/>
12
+ < img class ="external-links " src ="/assets/images/external/upcloud_logo.png " alt ="UpCloud logo "/>
13
13
</ div >
14
14
</ a >
15
15
</ div >
Original file line number Diff line number Diff line change @@ -101,6 +101,27 @@ section.main {
101
101
margin : auto;
102
102
}
103
103
104
+ .external-box {
105
+ display : flex;
106
+ flex-direction : column;
107
+ height : 100% ;
108
+ }
109
+
110
+ .external-box .external-info {
111
+ text-align : center;
112
+ margin-bottom : 0.5rem ; /* optional spacing */
113
+ }
114
+
115
+ .external-box img .external-links {
116
+ margin-top : auto;
117
+ margin-bottom : auto;
118
+ align-self : center; /* centers horizontally */
119
+ max-width : 90% ;
120
+ height : auto;
121
+ border-radius : 0 ;
122
+ }
123
+
124
+
104
125
/* index page city list */
105
126
106
127
section .cities {
You can’t perform that action at this time.
0 commit comments