From ca5e4c1f42103df8cb16ab91029f4eacc203d76a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 23 Apr 2017 11:14:44 -0400 Subject: "fix" lib/template.erb --- lib/template.erb | 112 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 66 insertions(+), 46 deletions(-) diff --git a/lib/template.erb b/lib/template.erb index 40ea8c4..92f636c 100644 --- a/lib/template.erb +++ b/lib/template.erb @@ -1,15 +1,15 @@ - - - + - McCutcheon Robotics + + + <%= @title %> @@ -28,53 +28,73 @@ - - + .img-center { + margin: 0 auto; + } + #Team { + text-align: center; + } + + - + - + +
+ <%= @body %> +
+ + + -- cgit v1.2.3