About Social Code
summaryrefslogtreecommitdiff
path: root/templates/front_page.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:01:25 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:01:25 -0500
commit485d6a8e3d7a16a128ec945ecb401d419e741f81 (patch)
tree1a1259155c99c7ad5b825ac39553ec27a7b1e2a1 /templates/front_page.html
parent60dfa1702796dc5dee294e1358afb3a969802fc2 (diff)
Improve note page view
Diffstat (limited to 'templates/front_page.html')
-rw-r--r--templates/front_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/front_page.html b/templates/front_page.html
index ce987fb..14a22f7 100644
--- a/templates/front_page.html
+++ b/templates/front_page.html
@@ -1,3 +1,4 @@
+<div class="frontpage-main-container">
<div class="title-header-container">
<div class="animated-box">
<ul class="animated-name">
@@ -22,3 +23,4 @@
</a>
$endfor$
</div>
+</div>