Remove error page logo

This commit is contained in:
Sean Mitchell
2025-10-22 14:46:24 -07:00
parent 9bd3610a8b
commit e1de13a68f
-19
View File
@@ -71,22 +71,6 @@
}
}
.error-page__logo {
--logo-size: 1.65em;
align-items: center;
display: flex;
font-size: var(--text-medium);
font-weight: bold;
gap: 0.5ch;
justify-content: center;
img {
block-size: var(--logo-size);
display: block;
}
}
.error-page__stamp {
--padding: 1rem 2rem;
--stroke-width: 0.25rem;
@@ -153,9 +137,6 @@
</style>
</head>
<body>
<figure class="error-page__logo">
<%= image_tag "logo.png" %>
</figure>
<%= yield %>
<%= link_to "&larr; Back home".html_safe, root_url %>
</body>