chore: clean up more styles
This commit is contained in:
parent
e49c99a3d8
commit
876d2a921f
5 changed files with 27 additions and 39 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.3.16",
|
"version": "19.3.17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.3.16",
|
"version": "19.3.17",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.3.16",
|
"version": "19.3.17",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
@import url('./plugins/prism.css') layer(plugins);
|
@import url('./plugins/prism.css') layer(plugins);
|
||||||
|
|
||||||
/* page styles */
|
/* page styles */
|
||||||
@import url('./pages/404.css') layer(page);
|
|
||||||
@import url('./pages/about.css') layer(page);
|
@import url('./pages/about.css') layer(page);
|
||||||
@import url('./pages/books.css') layer(page);
|
@import url('./pages/books.css') layer(page);
|
||||||
@import url('./pages/blogroll.css') layer(page);
|
@import url('./pages/blogroll.css') layer(page);
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
.four-oh-four-wrapper {
|
|
||||||
& .image-banner {
|
|
||||||
margin-bottom: var(--sizing-base);
|
|
||||||
}
|
|
||||||
|
|
||||||
& .page-header {
|
|
||||||
margin-bottom: var(--sizing-xs);
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -5,7 +5,6 @@ layout: default
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
image: https://cdn.coryd.dev/assets/404.jpg
|
image: https://cdn.coryd.dev/assets/404.jpg
|
||||||
---
|
---
|
||||||
<div class="four-oh-four-wrapper">
|
|
||||||
<img
|
<img
|
||||||
srcset="
|
srcset="
|
||||||
https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=256 256w,
|
https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=256 256w,
|
||||||
|
@ -26,10 +25,9 @@ image: https://cdn.coryd.dev/assets/404.jpg
|
||||||
height="432"
|
height="432"
|
||||||
/>
|
/>
|
||||||
<div class="text-centered">
|
<div class="text-centered">
|
||||||
<h2 class="page-header">{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a>
|
What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
{% render "partials/widgets/addon-links.liquid", popularPosts:collections.popularPosts, links:links %}
|
{% render "partials/widgets/addon-links.liquid", popularPosts:collections.popularPosts, links:links %}
|
||||||
</div>
|
|
||||||
<script>document.addEventListener('DOMContentLoaded', function () { plausible('404', { props: { path: document.location.pathname } }); });</script>
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('404', { props: { path: document.location.pathname } }); });</script>
|
Reference in a new issue