1 Commits

Author SHA1 Message Date
rho_n 5883b7e679 Differenciate article header h1 and body h2 font-size 2026-07-11 18:57:38 -04:00
2 changed files with 10 additions and 9 deletions
+7 -1
View File
@@ -87,9 +87,11 @@ https://creativecommons.org/publicdomain/
--default-header-x-font-weight: bold;
--default-header-x-margin: 1.25rem 0 0.75rem 0;
--default-header-1-font-size: 1.5rem;
--default-header-2-font-size: 1.45rem;
--default-header-2-font-size: 1.40rem;
--default-header-3-font-size: 1.25rem;
--default-header-4-font-size: 1.15rem;
--article-header-1-font-size: 1.45rem;
}
html {
@@ -245,6 +247,10 @@ article * h3 {
margin: var(--default-header-x-margin);
}
article > header > h1 {
font-size: var(--article-header-1-font-size);
}
img {
max-width: 100%;
height: auto;
+3 -8
View File
@@ -7,15 +7,10 @@
<!--% USE date %-->
<article>
<header>
<h2>Free Slots Available</h2>
<h3>Call for shows</h3>
</header>
<p>
Now would be a great opportunity to get your show to the top of the queue!
We ask each listener to send in <strong>just one show a year</strong>.
Check the <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">hosts page</a>, and if you don't see "<!--% date.format(date.now, '%Y') %-->-??-??" next to your name, or if your name is not listed, then you should send in a show.
Any unfilled slots for next week will be filled from the <a href="<!--% absolute_path(baseurl) %-->contribute.html#reserve_pool">Reserve Pool</a>.
Remember that HPR will stop as a project if there are <a href="<!--% absolute_path(baseurl) %-->about.html#kill_switch">not enough shows</a>.</p>
<p><strong><em>We are running very low on shows</em></strong> at the moment. Have a look at the <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">hosts</a> page and if you don't see "<!--% date.format(date.now, '%Y') %-->-??-??" next to your name, or if your name is not listed, you might consider sending us in something.</p>
<!-- <img src="/images/hprstats.png" alt="hpr queue showing an graph showing how few shows we have" /> -->
</article>
<!--% END %-->
<!--% END %-->