]> git.neb.cc Git - xyz.git/commitdiff
Remove things from wishlist
authorBen Larson <[email protected]>
Sat, 15 Jan 2022 03:36:21 +0000 (21:36 -0600)
committerBen Larson <[email protected]>
Sat, 15 Jan 2022 03:36:21 +0000 (21:36 -0600)
src/styles/main.css
src/wishlist/index.html

index f1ae3f503ce834b8f85d1be7e0dcd8c307400690..d30df94d2279f2189620e858570d0190441475b1 100644 (file)
@@ -78,7 +78,7 @@ p.dropcap::first-letter {
 .wishlist .title {
   font-size: 22pt;
   line-height: 3rem;
-  padding-top: .2rem;
+  padding-top: 0.2rem;
 }
 
 .wishlist .description {
index 2c95c6a7e6f3a9409215815d6cf0c1e055ed1905..94dd5fd8eb21428cf9669ce2f3c0321012c9659b 100644 (file)
     </header>
     <main>
       <p>Note: I'm &eth;e only one who can update &eth;is, so be careful.</p>
-      <ul class="wishlist">
-        <li>
-          <h3 class="title">Sea of Darkness</h3>
-          <span class="description">
-            Book<br />
-            by Roland Huntford<br />
-            <a
-              href="https://www.goodreads.com/book/show/630212.Sea_of_Darkness?from_search=true&from_srp=true&qid=mRe0UXpthO&rank=1"
-              target="_blank"
-              >View on Goodreads</a
-            >
-          </span>
-        </li>
-        <li>
-          <img
-            class="thumbnail"
-            src="https://www.lg.com/us/images/monitors/md05600872/gallery/1100-1.jpg"
-          />
-          <h3 class="title">24" ultra slim bezel LG monitor</h3>
-          <span class="description">
-            Monitor<br />
-            <a
-              href="https://www.lg.com/us/monitors/lg-24MP88HV-S-led-monitor"
-              target="_blank"
-              >View on LG</a
-            >
-          </span>
-        </li>
-      </ul>
+      <ul class="wishlist"></ul>
     </main>
   </body>
 </html>