summaryrefslogtreecommitdiff
path: root/Projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/index.html')
-rw-r--r--Projects/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/index.html b/Projects/index.html
index edcdfc7..8461e82 100644
--- a/Projects/index.html
+++ b/Projects/index.html
@@ -3,9 +3,9 @@ layout: default
---
{% for project in site.data['projects'] %}
- <div class="col-sm-4 col-xs-6">
+ <div class="col-xl-2 col-md-3 col-sm-4 col-xs-6">
<div align="center">
- <h6 class="h6">{{project.name}}</h1>
+ <h6 class="h6 ellipsis">{{project.name}}</h6>
</div>
<a href="/Projects/{{project.name}}.html">
<img src="{{project.thumbnail}}" width=100% height=100% />