Fix overall content
This commit is contained in:
parent
27b2792789
commit
eddb90cf25
@ -6,7 +6,7 @@
|
||||
<h1 class="w-100 txt_primary not_txt">4<img src="assets/img/404.png" height="100">4 </h1>
|
||||
<h1>{{'home.NOT_FOUND' | translate}}</h1>
|
||||
<p class="w-100">{{'home.NOT_FOUND1' | translate}}</p>
|
||||
<button class="btn btn_primary">{{'home.NOT_FOUND2' | translate}}</button>
|
||||
<button routerLink="/" class="btn btn_primary">{{'home.NOT_FOUND2' | translate}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -215,10 +215,10 @@ a:focus {
|
||||
filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
|
||||
}
|
||||
.chart_heading {
|
||||
font-size: 25px;
|
||||
font-size: 23px;
|
||||
font-weight: 400;
|
||||
color: #111111;
|
||||
padding: 5px 10px;
|
||||
padding: 5px;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 0px;
|
||||
position: relative;
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Epic-Explorer - Home</title>
|
||||
<title>Epic Explorer - Home</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
Loading…
Reference in New Issue
Block a user