Hackerrank new templates in sandbox. updated a bunch of williams-sonoma stuff. GSU backup.
This commit is contained in:
@ -1,10 +1,41 @@
|
||||
<main class="np-main np-max-width np-subpage-container">
|
||||
<main class="np-main np-max-width np-subpage-container page-not-found">
|
||||
<div class="np-homepage-featured-text">
|
||||
<div class="np-homepage-headline">
|
||||
{% t .header %}
|
||||
</div>
|
||||
<div class="np-homepage-subheadline">
|
||||
The resource you're looking for has moved. Please try using the search option in the upper right corner.
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-homepage-featured-empty">
|
||||
<img src="/images/404.svg">
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<style>
|
||||
.page-not-found {
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.page-not-found {
|
||||
margin-top: 64px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.page-not-found {
|
||||
margin-top: 90px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1366px) {
|
||||
.page-not-found {
|
||||
margin-top: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.sk-branding-banner {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user