add wide logo
This commit is contained in:
@@ -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;
|
||||
|
BIN
res/static/img/header_orbitron_wide.png
Normal file
BIN
res/static/img/header_orbitron_wide.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
BIN
res/static/img/header_orbitron_wide.xcf
Normal file
BIN
res/static/img/header_orbitron_wide.xcf
Normal file
Binary file not shown.
@@ -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> -->
|
||||
|
Reference in New Issue
Block a user