mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 06:51:12 +02:00
improve website style
This commit is contained in:
@@ -7,8 +7,11 @@ excludeFromSitemap: true
|
|||||||
|
|
||||||
<div class="ta-c">
|
<div class="ta-c">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="/images/404.png" style="width:65vh" />
|
<img src="/images/404.png" style="width: 65vh" />
|
||||||
<figcaption>Image by https://icons8.com</figcaption>
|
<figcaption style="opacity: 0.5">Image by https://icons8.com</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<p>Uh oh, the page you wanted to see isn't here. How about <a href="/">going to the homepage</a>?</p>
|
<p style="margin-top: 2rem">
|
||||||
|
Uh oh, the page you wanted to see isn't here. How about
|
||||||
|
<a href="/">going to the homepage</a>?
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -114,7 +114,7 @@
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
max-width: var(--layout-max-width);
|
max-width: var(--layout-max-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
min-height: 55vh;
|
min-height: calc(100dvh - 4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 700px) {
|
||||||
|
Reference in New Issue
Block a user