Compare commits

..

2 Commits

Author SHA1 Message Date
semblanceofsense
8fb336661e onion link 2025-02-24 12:51:19 -07:00
semblanceofsense
953958a7d7 botom padding now that footer isnt fixed 2025-02-23 21:35:55 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
<a href="https://files.bergamotoil.net/">filedumps</a>
<p style="display:inline"> | </p>
<a href="https://test.bergamotoil.net/">testing</a>
<p style="display:inline"> | </p>
<a href="http://mphrbof2crevbfihuouhli5wohjo7ci3vftbtvxuh44v5wwdkxyd6uad.onion/">onion</a>
</div>
<div>

View File

@ -22,7 +22,7 @@ header nav div a { text-decoration: underline; color: #54402c; }
body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; }
/* article */
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; }
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; }
/* footer */
footer { margin: 5px; }