Browse Source

change font size specs, add The to WSJ

main
Colin McMillen 4 years ago
parent
commit
13fa3353ec
  1. 6
      index.html

6
index.html

@ -13,7 +13,7 @@
}
a.news {
font-size: 120%;
font-size: 1.25rem;
}
a.subscribe {
@ -22,7 +22,7 @@
}
div.shame {
font-size: 120%;
font-size: 1.25rem;
color: #007b7b;
}
@ -83,7 +83,7 @@
</div>
<div class="col-lg-4 col-md-6">
<a class="news" href="https://www.wsj.com/livecoverage/coronavirus">Wall Street Journal</a>
<a class="news" href="https://www.wsj.com/livecoverage/coronavirus">The Wall Street Journal</a>
<a class="subscribe" href="https://subscribe.wsj.com/">subscribe</a>
</div>

Loading…
Cancel
Save