From 6ced32186853bc0dabe553d453cd1e7328ed6361 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 13 Feb 2018 23:00:06 -0700 Subject: [PATCH] Make grid item title clickable --- pages/home.php | 8 +++++--- static/css/app.css | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/home.php b/pages/home.php index 7e7c809..7a69827 100644 --- a/pages/home.php +++ b/pages/home.php @@ -116,9 +116,11 @@ redirectifnotloggedin(); }
-
- -
+ +
+ +
+
  • diff --git a/static/css/app.css b/static/css/app.css index b83b8a0..d259f5d 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -43,4 +43,8 @@ body { .footer { margin-top: 10em; text-align: center; +} + +.no-underline, .no-underline:hover { + text-decoration: none; } \ No newline at end of file