From f7cc0dafb57434b085211513127f473cc7a770fc Mon Sep 17 00:00:00 2001 From: pratibha99 Date: Wed, 28 Nov 2018 10:37:57 -0800 Subject: [PATCH] fixed person field --- supremecourtapp/static/css/indexstyle.css | 9 ++++++++- supremecourtapp/templates/index.html | 8 ++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/supremecourtapp/static/css/indexstyle.css b/supremecourtapp/static/css/indexstyle.css index 962893c..ace25b2 100644 --- a/supremecourtapp/static/css/indexstyle.css +++ b/supremecourtapp/static/css/indexstyle.css @@ -15,6 +15,13 @@ body { h1{ color: #ffffff; font-family: 'Roboto', sans-serif; + font-size: 60; + margin: 0; +} +h2{ + color: #ffffff; + font-family: 'Roboto', sans-serif; + } p{ color: #ffffff; @@ -59,7 +66,7 @@ p{ min-height: 200px; grid-template-columns: auto auto; - padding: 10px; + padding: 5px; justify-content: center; align-items: center; } diff --git a/supremecourtapp/templates/index.html b/supremecourtapp/templates/index.html index b2dca96..d5e8e29 100644 --- a/supremecourtapp/templates/index.html +++ b/supremecourtapp/templates/index.html @@ -10,12 +10,12 @@

DECONSTRUCTING THE LAW

-

United States Supreme Court Transcripts

+

United States Supreme Court Transcripts

- +
@@ -33,7 +33,7 @@

DECONSTRUCTING THE LAW

- +
@@ -116,7 +116,7 @@

DECONSTRUCTING THE LAW

{{record.top5}} {{record.acts}} {{record.person}} - {{record.text[0:120] + " ..."}} + {{record.text[0:100] + " ..."}} {{record.score}}