diff --git a/assets/styles/blog.css b/assets/styles/blog.css index 1f9fabc..084851a 100644 --- a/assets/styles/blog.css +++ b/assets/styles/blog.css @@ -13,8 +13,6 @@ body { padding: px; background: #868686; - position: relative; - min-height: 100vh; } /* Create two unequal columns that floats next to each other */ @@ -59,8 +57,10 @@ body { text-align: center; background: #ddd; margin-top: 20px; - position: absolute; + position: fixed; + left: 0; bottom: 0; + width: 100%; } .image { diff --git a/index.html b/index.html index ca797de..6d07ba2 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,6 @@ class="broider" />

-