Remove error page logo
This commit is contained in:
@@ -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 "← Back home".html_safe, root_url %>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user