From 4d5ce4862e283728a939bb2aeaf4f71b55993cf9 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 17 Jun 2016 15:03:42 -0700 Subject: [PATCH] Increase size of "processed by" text --- voting-app/static/stylesheets/style.css | 2 +- voting-app/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/voting-app/static/stylesheets/style.css b/voting-app/static/stylesheets/style.css index 7c424d9..53de543 100644 --- a/voting-app/static/stylesheets/style.css +++ b/voting-app/static/stylesheets/style.css @@ -47,7 +47,7 @@ button.b{ right: 0; left: 0; color: #8f9ea8; - font-size: 14px; + font-size: 24px; } #content-container{ diff --git a/voting-app/templates/index.html b/voting-app/templates/index.html index c700948..fb58924 100644 --- a/voting-app/templates/index.html +++ b/voting-app/templates/index.html @@ -22,7 +22,7 @@ (Tip: you can change your vote)
- Vote processed by {{hostname}} + Processed by container ID {{hostname}}