TheFrogGod commited on
Commit
e0dbea4
·
verified ·
1 Parent(s): 6b5e222

Update web/profile.html

Browse files
Files changed (1) hide show
  1. web/profile.html +1 -0
web/profile.html CHANGED
@@ -277,6 +277,7 @@ function renderBars(measurements) {
277
  card.className = "range-card";
278
 
279
  const title = document.createElement("h3");
 
280
  title.textContent = m.name;
281
  card.appendChild(title);
282
 
 
277
  card.className = "range-card";
278
 
279
  const title = document.createElement("h3");
280
+ title.className = "measurement-title";
281
  title.textContent = m.name;
282
  card.appendChild(title);
283