Browse Source

now page ⏰

windhamdavid 10 months ago
parent
commit
8f991c34b1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      header.php
  2. 1 1
      page-now.php

+ 1 - 1
header.php

@@ -24,7 +24,7 @@
 </header>
 <div class="offcanvas offcanvas-top text-bg-blue" tabindex="-1" id="offcanvasNav" aria-labelledby="offcanvasNavLabel">
   <nav class="d-flex justify-content-center" role="navigation">
-    <ul class="nav list-group-horizontal list-group pt-4 fs-5">
+    <ul class="nav list-group list-group-horizontal pt-3 fs-5">
       <li class="list-group-item list-group-flush"><a href="<?php echo home_url( '/' ); ?>"><i class="bi bi-house"></i></a></li>
       <li class="list-group-item"><a href="<?php echo home_url( '/' ); ?>about"><i class="bi bi-person"></i> About</a></li>
       <li class="list-group-item"><a href="<?php echo home_url( '/' ); ?>desk"><i class="bi bi-pen"></i> Desk</a></li>

+ 1 - 1
page-now.php

@@ -18,7 +18,7 @@ get_header(); ?>
             <p class="fs-5 mb-3 lh-base"><span class="firstcharacter">A</span> <b><em>NOW</em></b> page... some idea I ran across at some point which made sense. It's basically what I've been doing pulled in from various notes. I've developed a habit of making markdown and text files which I just sync a set of files to a server and viola, it's here. It started with my notes and has expanded to menial things like my grocery lists because they fit right into my workflow. My favorite list here is <b><i>ToDo(ne)</i></b>.</p>
             <p><b>23/07/17</b> - I made this page because ig was too 🔥 outside last weekend. I also wanted to simplify my navigation and make my markdown files first class citizens on this website because I update them more often.</p>
           </div>
-          <div class="col-lg-4 offset-1">
+          <div class="col-lg-4 offset-md-1">
 						<h5 class="fw-bold mt-2">Posts</h5>
 						<ul style="margin:0">
 							<?php $recentposts = get_posts(array( 'numberposts' => 11, 'offset' => 0 ) ); foreach ($recentposts as $post) : setup_postdata($post); ?>