Skip to content

Commit

Permalink
Updated the mobile 404 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Dec 22, 2023
1 parent ef7bbe5 commit 3e1e552
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
const head = document.querySelector('title');
head.innerText = 'Error 404 - Page not found | Aldevron';
</script>
<link rel="stylesheet" href="/styles/Typo.css">
<link rel="stylesheet" href="/styles/lazy-styles.css">
<link rel="stylesheet" href="/styles/gcse.css">
<link rel="stylesheet" href="/styles/template.css">
<link rel="stylesheet" href="/styles/Typo.css"/>
<link rel="stylesheet" href="/styles/template.css"/>
<link rel="stylesheet" href="/styles/responsive.css"/>
<link rel="stylesheet" href="/styles/gcse.css"/>
<link rel="stylesheet" href="/styles/styles_2020.css"/>
<style>

main .section {
Expand All @@ -35,9 +36,6 @@
.hero {
overflow: hidden;
}
.rte {
padding: 0px!important;
}
</style>
</head>

Expand All @@ -48,7 +46,9 @@
<div class="hero bg block">
<div>
<div>
<picture>
<img alt="Not Found page" src="/icons/hero-inner-default.webp" width="2000" height="550">
</picture>
</div>
</div>
<div>
Expand Down

0 comments on commit 3e1e552

Please sign in to comment.