use a class for the banner, make sure it is always width of page

This commit is contained in:
B. Petersen
2023-12-12 19:39:30 +01:00
committed by holger krekel
parent e272294e07
commit 4a7e36618f
5 changed files with 10 additions and 3 deletions

View File

@@ -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,

View File

@@ -1,5 +1,5 @@
<img width="800px" src="collage-info.png"/> <img class="banner" src="collage-info.png"/>
## More information ## More information

View File

@@ -17,3 +17,7 @@
#domain a { #domain a {
color: #888; color: #888;
} }
.banner {
width: 100%;
}

View File

@@ -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>

View File

@@ -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 }}