From b8f8fc1f810a78f2c703c8b1c2313ee2e2b97f13 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Mon, 14 Jan 2019 23:13:29 +0100 Subject: [PATCH] Cosmetic updates --- app/assets/index.html | 2 +- app/styles/application.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/index.html b/app/assets/index.html index d62efd2..341ee3d 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -15,7 +15,7 @@ </header> <main> <p> - This page demonstrates how TLS and be abused to track users employing HTTP Strict Transport Security (HSTS). + This page demonstrates how TLS can be abused to track users employing HTTP Strict Transport Security (HSTS). </p> <div id="react-root"></div> </main> diff --git a/app/styles/application.css b/app/styles/application.css index c35888a..351bead 100644 --- a/app/styles/application.css +++ b/app/styles/application.css @@ -157,6 +157,7 @@ footer, footer a { .content-indicator div:first-child { font-family: monospace; background-color: #ddd; + width: 30em; } .content-indicator div.ready:first-child { -- GitLab