Skip to content
Snippets Groups Projects
Commit 5ab8afdb authored by Arnaud Levy's avatar Arnaud Levy
Browse files

better

parent e360b1b9
No related branches found
No related tags found
No related merge requests found
......@@ -10,19 +10,20 @@
padding: 15px;
}
.error-page {
* {
font-family: sans-serif;
font-size: 14px;
margin: 0;
text-align: center;
}
.error-page div.dialog {
.dialog {
width: 95%;
max-width: 22em;
margin: calc(50vh - 140px) auto 0;
}
.error-page div.dialog span {
.dialog span {
font-size: 150px;
font-weight: 900;
letter-spacing: -0.04em;
......@@ -31,12 +32,17 @@
line-height: 0.9;
}
.error-page h1 {
img {
margin-bottom: 30px;
}
h1 {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 30px;
}
.error-page h1 em {
h1 em {
font-weight: 400;
}
</style>
......@@ -49,6 +55,7 @@
</span>
<div>
<h1>You do not have access to this page.</h1>
<a href="/"><img src="/logo.svg" alt="Osuny" width="100"></a>
</div>
</div>
</body>
......
......@@ -10,19 +10,20 @@
padding: 15px;
}
.error-page {
* {
font-family: sans-serif;
font-size: 14px;
margin: 0;
text-align: center;
}
.error-page div.dialog {
.dialog {
width: 95%;
max-width: 22em;
margin: calc(50vh - 140px) auto 0;
}
.error-page div.dialog span {
.dialog span {
font-size: 150px;
font-weight: 900;
letter-spacing: -0.04em;
......@@ -31,12 +32,17 @@
line-height: 0.9;
}
.error-page h1 {
img {
margin-bottom: 30px;
}
h1 {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 30px;
}
.error-page h1 em {
h1 em {
font-weight: 400;
}
</style>
......@@ -49,6 +55,7 @@
</span>
<div>
<h1>The page you were looking for doesn't exist.<br><em>You may have mistyped the address or the page may have moved.</em></h1>
<a href="/"><img src="/logo.svg" alt="Osuny" width="100"></a>
</div>
</div>
</body>
......
......@@ -11,19 +11,20 @@
padding: 15px;
}
.error-page {
* {
font-family: sans-serif;
font-size: 14px;
margin: 0;
text-align: center;
}
.error-page div.dialog {
.dialog {
width: 95%;
max-width: 22em;
margin: calc(50vh - 140px) auto 0;
}
.error-page div.dialog span {
.dialog span {
font-size: 150px;
font-weight: 900;
letter-spacing: -0.04em;
......@@ -32,12 +33,17 @@
line-height: 0.9;
}
.error-page h1 {
img {
margin-bottom: 30px;
}
h1 {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 30px;
}
.error-page h1 em {
h1 em {
font-weight: 400;
}
</style>
......@@ -53,6 +59,7 @@
<br>
<em>Maybe you tried to change something you didn't have access to.</em>
</h1>
<a href="/"><img src="/logo.svg" alt="Osuny" width="100"></a>
</div>
</div>
</body>
......
......@@ -11,19 +11,20 @@
padding: 15px;
}
.error-page {
* {
font-family: sans-serif;
font-size: 14px;
margin: 0;
text-align: center;
}
.error-page div.dialog {
.dialog {
width: 95%;
max-width: 22em;
margin: calc(50vh - 140px) auto 0;
}
.error-page div.dialog span {
.dialog span {
font-size: 150px;
font-weight: 900;
letter-spacing: -0.04em;
......@@ -32,24 +33,30 @@
line-height: 0.9;
}
.error-page h1 {
img {
margin-bottom: 30px;
}
h1 {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 30px;
}
.error-page h1 em {
h1 em {
font-weight: 400;
}
</style>
</head>
<body class="error-page">
<body>
<div class="dialog">
<span>
500
</span>
<div>
<h1>We're sorry, but something went wrong.</h1>
<a href="/"><img src="/logo.svg" alt="Osuny" width="100"></a>
</div>
</div>
</body>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment