diff options
Diffstat (limited to 'views/index.html')
-rw-r--r-- | views/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/views/index.html b/views/index.html index bbe8af4..ee1b3fd 100644 --- a/views/index.html +++ b/views/index.html @@ -29,10 +29,6 @@ </div> </div> - {# TODO: Add a series of boxes, each either an image or some text - describing the guild. We will create two columns and have a kind of - asymmetric layout where the two columns don't line up row-wise. #} - <div class="boxes"> <div class="boxes__column boxes__column--left"> <section class="boxes__item"> @@ -58,7 +54,7 @@ <section class="boxes__item"> <h2 class="boxes__header">Our base</h2> <img class="boxes__image" src="/images/base.jpeg" width="1200" height="675" alt="A very dark and mysterious palace"> - </section> + </section> </div> <div class="boxes__column boxes__column--right"> <section class="boxes__item"> |