Skip to content

Commit 10a8029

Browse files
committed
modified: views/pages/exchangeRate.ejs
1 parent fc8b5f2 commit 10a8029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/pages/exchangeRate.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77

88

9-
<body onload="addCurrencyCodes( <%= Cdata %> )">
9+
<body class="container" onload="addCurrencyCodes( <%= Cdata %> )">
1010
<header>
1111
<%- include('../partials/header'); %>
1212
</header>
@@ -15,7 +15,7 @@
1515
<div class="row">
1616
<div class="col-sm-10">
1717
<div class="jumbotron jumbotron-fluid">
18-
<h1>Currency Exchange Rate</h1>
18+
<h3>Currency Exchange Rate</h3>
1919
<strong>Exchange data is updated daily.</strong>
2020
<hr>
2121
<div>

0 commit comments

Comments
 (0)