add wide logo

This commit is contained in:
2020-08-09 23:47:17 +02:00
parent 096b26bc93
commit 2e788ca5a3
4 changed files with 10 additions and 7 deletions

View File

@@ -168,12 +168,6 @@ body{
/* Page contents */
.header_image{
width: 100%;
max-width: 800px;
margin: 0 auto 40px auto;
}
.page_navigation a {
float: none;
display: block;

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

View File

@@ -5,6 +5,12 @@
{{template "meta_tags" "Free file sharing service"}}
{{template "user_style" .}}
<style>
.header_image{
width: 100%;
max-width: 800px;
margin: 20px auto 50px auto;
}
.instruction_highlight {
border-top: 1px solid var(--layer_2_color_border);
border-bottom: 1px solid var(--layer_2_color_border);
@@ -85,7 +91,10 @@
<body>
{{template "page_top" .}}
<img id="header_image" class="header_image" src="/res/img/header_orbitron.png" alt="Header image"/>
<picture>
<source media="(max-width: 800px)" srcset="/res/img/header_orbitron.png">
<img class="header_image" src="/res/img/header_orbitron_wide.png" alt="Header image">
</picture>
<br/>
<div class="page_content" style="padding-top: 0;">
<!-- <h1>How to share files:</h1> -->