Fix overall content

This commit is contained in:
vijikannan 2019-07-24 13:47:47 +05:30
parent 27b2792789
commit eddb90cf25
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<h1 class="w-100 txt_primary not_txt">4<img src="assets/img/404.png" height="100">4 </h1> <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> <h1>{{'home.NOT_FOUND' | translate}}</h1>
<p class="w-100">{{'home.NOT_FOUND1' | translate}}</p> <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> </div>
</div> </div>

View File

@ -215,10 +215,10 @@ a:focus {
filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1)); filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
} }
.chart_heading { .chart_heading {
font-size: 25px; font-size: 23px;
font-weight: 400; font-weight: 400;
color: #111111; color: #111111;
padding: 5px 10px; padding: 5px;
vertical-align: middle; vertical-align: middle;
margin-bottom: 0px; margin-bottom: 0px;
position: relative; position: relative;

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Epic-Explorer - Home</title> <title>Epic Explorer - Home</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">