From e2bded56638aa62f58b5b7e5e737ab5301840fb6 Mon Sep 17 00:00:00 2001 From: Tom Wiesing <tkw01536@gmail.com> Date: Sat, 24 Jun 2017 13:34:37 -0400 Subject: [PATCH] Make things bigger --- _layouts/course.html | 4 ++-- _layouts/person.html | 4 ++-- _layouts/post.html | 4 ++-- _layouts/project.html | 4 ++-- _layouts/system.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_layouts/course.html b/_layouts/course.html index 4bf030a..fce566b 100644 --- a/_layouts/course.html +++ b/_layouts/course.html @@ -22,7 +22,7 @@ layout: default </div> </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> \ No newline at end of file diff --git a/_layouts/person.html b/_layouts/person.html index f98a9b9..7d904b6 100644 --- a/_layouts/person.html +++ b/_layouts/person.html @@ -51,7 +51,7 @@ layout: default </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> diff --git a/_layouts/post.html b/_layouts/post.html index dbdf3f7..153ca21 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,7 +17,7 @@ layout: default </div> </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> \ No newline at end of file diff --git a/_layouts/project.html b/_layouts/project.html index 97c49cd..9ffe25a 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -86,7 +86,7 @@ layout: default {% endif %} </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div \ No newline at end of file diff --git a/_layouts/system.html b/_layouts/system.html index f553b62..54e943e 100644 --- a/_layouts/system.html +++ b/_layouts/system.html @@ -48,7 +48,7 @@ layout: default {% endif %} </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> \ No newline at end of file -- GitLab