Browse Source

removes a slash /

Drew 1 year ago
parent
commit
e007336e18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -45,7 +45,7 @@
     .repeater {
       background:url(img/repreater.jpg) no-repeat repeat center top / 100%;
       width: auto;
-      min-height: 4000px;
+      min-height: 5000px;
     }
     .flex {
       display: flex;
@@ -81,7 +81,7 @@
   <div class="flex">
     <div class="stack">
       <section class="cover section">
-        <img src="/img/spread-cover.jpg" alt="Sacred Stacks: The Art of Cyborg Community">
+        <img src="img/spread-cover.jpg">
       </section>
       <section class="repeater section">
       </section>