Update blog.html

This commit is contained in:
Timothy Pidashev
2021-10-11 12:42:31 -07:00
committed by GitHub
parent ace2695d7f
commit 638e90e858

View File

@@ -35,14 +35,8 @@
<!-- Section --> <!-- Section -->
<!-- TODO: FIX BLOG CSS!!!!!!!!! --> <!-- TODO: FIX BLOG CSS!!!!!!!!! -->
<section class="centered"> <section class="centered">
<div class="row"> <div class="centered">
<div> <h1 class="header" data-aos="flip-down">Work In Progress</h1>
<h1 class="header" data-aos="flip-down">Work In Progress</h1>
</div>
<div>
<h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div>
<h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div> </div>
</section> </section>
@@ -60,4 +54,4 @@
});</script> });</script>
</body> </body>
</html> </html>