multiple 'now' posts layout hotfix & new 'now'
This commit is contained in:
parent
f4a3162955
commit
75acdf7d51
2 changed files with 10 additions and 0 deletions
1
now.css
1
now.css
|
@ -8,6 +8,7 @@ section.now {
|
|||
position: relative;
|
||||
background-color: var(--blog-box);
|
||||
padding: 5px;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
section.now h1,
|
||||
|
|
9
now.html
9
now.html
|
@ -136,6 +136,15 @@
|
|||
</aside>
|
||||
|
||||
<main id="main">
|
||||
<section class="now">
|
||||
<hgroup>
|
||||
<h1>'Structure of Reality'</h1>
|
||||
<h2>Maintanence and Growth</h2>
|
||||
<h3>2025-02-25T13:30Z</h3>
|
||||
</hgroup>
|
||||
<p>Who do I want to continue to be, who do I want to become. Devote.</p>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
<hgroup>
|
||||
<h1>Music and Code</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue