From 73aa6adfff8805bcdafd00bc65c57bc1a463ed27 Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Thu, 7 Nov 2019 17:34:10 -0500 Subject: [PATCH] Describe how uwat.cc saves clicks (#7) --- src/assets/style.css | 4 ++-- src/index.html | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/assets/style.css b/src/assets/style.css index 160c6bd..f47fcfe 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -218,10 +218,10 @@ body { } #container { - max-width: 576px; + max-width: 450px; width: -webkit-fill-available; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0 auto; -} \ No newline at end of file +} diff --git a/src/index.html b/src/index.html index 767e929..01464d2 100644 --- a/src/index.html +++ b/src/index.html @@ -24,6 +24,9 @@

Useful UWaterloo Links

All /links can be accessed as uwat.cc/link.

+

We want to reduce the amount of work you have to do: whenever possible, we cut the intermediate pages.

+

For example, uwat.cc/quest goes to the login page directly, + instead of a page that links to the actual login page.

{listing}