Skip to content

Commit 95bfc18

Browse files
committed
new upcloud logo
1 parent 529e16d commit 95bfc18

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% else %}
1010
<p class="external-info">Supported by UpCloud</p>
1111
{% 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"/>
1313
</div>
1414
</a>
1515
</div>
-2.67 KB
Binary file not shown.
50.2 KB
Loading
-14.1 KB
Binary file not shown.

assets/uusi.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,27 @@ section.main {
101101
margin: auto;
102102
}
103103

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+
104125
/* index page city list */
105126

106127
section.cities {

0 commit comments

Comments
 (0)