Skip to content

Commit 810507b

Browse files
committed
Rebrand site to deepbible.online
Reflect the new .online domain in the HTML title and main heading, and increase the h2 font size for improved readability.
1 parent 9b5f908 commit 810507b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>deepbible</title>
6+
<title>deepbible.online</title>
77
<script src="https://cdn.jsdelivr.net/npm/pako@2.1.0/dist/pako.min.js"></script>
88
<link rel="stylesheet" href="styles/colors.css" />
99
<link rel="stylesheet" href="styles/typography.css" />
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" href="styles/main.css" />
1313
</head>
1414
<body>
15-
<h2>deepbible</h2>
15+
<h2>deepbible.online</h2>
1616
<div id="app"></div>
1717
<script type="module" src="./main.js"></script>
1818
</body>

frontend/styles/typography.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111

1212
h2 {
1313
text-align: center;
14+
font-size: larger;
1415
}
1516

1617
.didascalia {

0 commit comments

Comments
 (0)