mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
use a class for the banner, make sure it is always width of page
This commit is contained in:
committed by
holger krekel
parent
e272294e07
commit
4a7e36618f
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<img width="800px" src="collage-top.png"/>
|
<img class="banner" src="collage-top.png"/>
|
||||||
|
|
||||||
## Dear [Delta Chat](https://get.delta.chat) users and newcomers,
|
## Dear [Delta Chat](https://get.delta.chat) users and newcomers,
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<img width="800px" src="collage-info.png"/>
|
<img class="banner" src="collage-info.png"/>
|
||||||
|
|
||||||
## More information
|
## More information
|
||||||
|
|
||||||
|
|||||||
@@ -17,3 +17,7 @@
|
|||||||
#domain a {
|
#domain a {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<link rel=”mask-icon” href=”/logo.svg” color=”#000000">
|
<link rel=”mask-icon” href=”/logo.svg” color=”#000000">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<ul id="menu">
|
<ul id="menu">
|
||||||
<li><a href="index.html">home</a></li>
|
<li><a href="index.html">home</a></li>
|
||||||
<li><a href="info.html">info</a></li>
|
<li><a href="info.html">info</a></li>
|
||||||
@@ -19,6 +20,8 @@
|
|||||||
<li><a href="https://github.com/deltachat/chatmail">public code ↗</a></li>
|
<li><a href="https://github.com/deltachat/chatmail">public code ↗</a></li>
|
||||||
<li id="domain"><a href="index.html">{{ config.mail_domain }}</a></li>
|
<li id="domain"><a href="index.html">{{ config.mail_domain }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{ markdown_html }}
|
{{ markdown_html }}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<img width="800px" src="collage-privacy.png"/>
|
<img class="banner" src="collage-privacy.png"/>
|
||||||
|
|
||||||
# Privacy Policy for {{ config.mail_domain }}
|
# Privacy Policy for {{ config.mail_domain }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user