diff options
Diffstat (limited to 'Projects/index.html')
| -rw-r--r-- | Projects/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/index.html b/Projects/index.html index 60a88e9..8461e82 100644 --- a/Projects/index.html +++ b/Projects/index.html @@ -2,10 +2,10 @@ layout: default --- -{% for project in site.projects %} - <div class="col-sm-4 col-xs-6"> +{% for project in site.data['projects'] %} + <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% /> |
