aboutsummaryrefslogtreecommitdiff
path: root/views/projects.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-14 00:02:07 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-14 00:02:07 -0400
commit9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff (patch)
treeea2bf902f18cca1e274a23242e32f8defc5b115f /views/projects.ejs
parent28d318a54ba77dc381ba0c92f9adc7b29e0abac3 (diff)
downloadalp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.tar.gz
alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.tar.bz2
alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.zip
Tweaking
Diffstat (limited to 'views/projects.ejs')
-rw-r--r--views/projects.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/projects.ejs b/views/projects.ejs
index a30634c..a3ef04a 100644
--- a/views/projects.ejs
+++ b/views/projects.ejs
@@ -13,7 +13,7 @@
<p class="lead">This is the projects that we are currently working on.</p>
</div>
<div class="container">
- <center><h1 class="mb-5">Software</h1></center>
+ <h1 class="mb-5 text-center">Software/Games</h1>
<!-- Software Cards -->
<div class="row d-flex justify-content-center">
@@ -38,7 +38,7 @@
</div>
</div>
<!--/.Software Cards -->
- <center><h1 class="mt-5 mb-5">Videos</h1></center>
+ <h1 class="mt-5 mb-5 text-center">Videos</h1>
<ul id="yt-results" class="yt" style="list-style-type:none;"></ul>
</div>
<% include ./includes/scripts %>