diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index ce89d90..b76faf4 100644 --- a/www/index.html +++ b/www/index.html @@ -7,7 +7,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> - <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> <link rel="me" href="https://mastodon.gamedev.place/@altaf"> <title>altaf-creator</title> <link rel="stylesheet" href="/packages/fontawesome-free-7.2.0-web/css/all.css"> @@ -70,7 +69,7 @@ <div class="div-sizing" style="height: 100%;"> <div class="flex-container flex-container-column"> <span class="heading">Highlighted Works</span> - <div class="flex-container flex gap" style="min-height: 600px;"> + <div class="flex-container flex-container-dynamic flex gap" style="min-height: 600px;"> <div class="flex full-img-card highlight-card" style="background-image: url(/assets/images/game-hero/simplicity_screenshot.png); "> <a href="/projects/simpliCity/" class="fill-div gradient-overlay"> @@ -137,9 +136,9 @@ <span class="heading">Library</span> <p>my (dev)Blog and other things I'd like to share</p> <h1>Blog Posts</h1> - <div class="flex-container flex-center" id="blog-container"> + <div class="flex-container flex-x-center" id="blog-container"> </div> - <div class="flex-container flex-center"> + <div class="flex-container flex-x-center"> <a href="blog/" class="button" style="margin-left: auto; margin-right: auto;">View More</a> </div> <h1>Stuff</h1> |
