Compare commits
No commits in common. "b10a2dbaf0305d5c0b008e803a4588b7740de616" and "c4ee738270262e10fa89af9645d80f8462641760" have entirely different histories.
b10a2dbaf0
...
c4ee738270
|
@ -150,13 +150,9 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-x: clip;
|
||||
overflow-clip-margin: 0.25em;
|
||||
}
|
||||
@media only screen and (min-width: 60rem) {
|
||||
.web-graphics {
|
||||
overflow-x: unset;
|
||||
overflow-clip-margin: unset;
|
||||
}
|
||||
.web-graphics { overflow-x: unset; }
|
||||
}
|
||||
|
||||
/* Adoptables wrapper */
|
||||
|
|
|
@ -40,14 +40,6 @@ eleventyComputed:
|
|||
{% include "main/my-button.njk" %}
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Spotlight: Palestine</h2>
|
||||
<img src="/assets/buttons/misc/standwithpalestine.png" alt="Stand with Palestine" width="88" height="31" loading="lazy">
|
||||
<p>From the river to the sea, Palestine will be free.</p>
|
||||
<p>Check out my <a href="/articles/palestine-masterlist">Palestine Masterlist</a>, which includes a <a href="/articles/palestine-masterlist/#spotlight-crowdfunding-campaigns">Spotlight Crowdfunding Campaigns</a> section, where I highlight fundraising campaigns for Palestinians that I have been asked by the Palestinians in question to share.</p>
|
||||
<p>(Credit to <a href="https://hillhouse.neocities.org/journal/notes/palestine">rosemary</a> for the Stand with Palestine button)</p>
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
<h2>What is New?</h2>
|
||||
<div class="text-box">
|
||||
|
@ -62,6 +54,14 @@ eleventyComputed:
|
|||
{% include "main/statuscafe.njk" %}
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Spotlight: Palestine</h2>
|
||||
<img src="/assets/buttons/misc/standwithpalestine.png" alt="Stand with Palestine" width="88" height="31" loading="lazy">
|
||||
<p>From the river to the sea, Palestine will be free.</p>
|
||||
<p>Check out my <a href="/articles/palestine-masterlist">Palestine Masterlist</a>, which includes a <a href="/articles/palestine-masterlist/#spotlight-crowdfunding-campaigns">Spotlight Crowdfunding Campaigns</a> section, where I highlight fundraising campaigns for Palestinians that I have been asked by the Palestinians in question to share.</p>
|
||||
<p>(Credit to <a href="https://hillhouse.neocities.org/journal/notes/palestine">rosemary</a> for the Stand with Palestine button)</p>
|
||||
</section>
|
||||
|
||||
{% include "main/virtualpets.njk" %}
|
||||
|
||||
<section class="content__section">
|
||||
|
|
Loading…
Reference in New Issue