We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8b5f2 commit 10a8029Copy full SHA for 10a8029
views/pages/exchangeRate.ejs
@@ -6,7 +6,7 @@
6
</head>
7
8
9
-<body onload="addCurrencyCodes( <%= Cdata %> )">
+<body class="container" onload="addCurrencyCodes( <%= Cdata %> )">
10
<header>
11
<%- include('../partials/header'); %>
12
</header>
@@ -15,7 +15,7 @@
15
<div class="row">
16
<div class="col-sm-10">
17
<div class="jumbotron jumbotron-fluid">
18
- <h1>Currency Exchange Rate</h1>
+ <h3>Currency Exchange Rate</h3>
19
<strong>Exchange data is updated daily.</strong>
20
<hr>
21
<div>
0 commit comments