Skip to content

Commit 4e0f768

Browse files
committed
Cleanups.
1 parent c660f49 commit 4e0f768

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
gtag('config', 'G-063933E3C2');
1010
</script>
1111
<title>Healing Frequencies</title>
12+
<link rel="canonical" href="https://evoluteur.github.io/healing-frequencies/" />
1213
<meta charset="utf-8" />
1314
<meta http-equiv="content-language" content="en" />
1415
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -112,12 +113,12 @@
112113
html {
113114
color: white;
114115
background: #0288d1 url("spirals.png");
115-
font-family: "Marcellus", serif;
116-
font-size: 16px;
117116
scroll-behavior: smooth;
118117
}
119118
body {
119+
position: relative;
120120
margin: 0 8px;
121+
padding: 0 10px 20px;
121122
}
122123
html,
123124
button,
@@ -197,11 +198,6 @@
197198
a:hover {
198199
color: #ffb74d;
199200
}
200-
201-
}
202-
.body {
203-
position: relative;
204-
padding: 0 10px 20px;
205201
}
206202
.num {
207203
width: 6em;

0 commit comments

Comments
 (0)