mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
fixed text overflow on 404 page. fixes #1025
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function(state) {
|
|||||||
return html`
|
return html`
|
||||||
<main class="main container">
|
<main class="main container">
|
||||||
<div
|
<div
|
||||||
class="flex flex-col items-center bg-white m-6 px-6 py-8 border border-grey-light md:border-none md:px-12 md:py-16 shadow w-full md:h-full"
|
class="flex flex-col items-center bg-white m-6 px-6 py-8 border border-grey-light md:border-none md:px-12 md:py-16 shadow w-full"
|
||||||
>
|
>
|
||||||
<h1 class="text-pink-dark text-2xl text-center">
|
<h1 class="text-pink-dark text-2xl text-center">
|
||||||
${state.translate('expiredPageHeader')}
|
${state.translate('expiredPageHeader')}
|
||||||
|
|||||||
Reference in New Issue
Block a user