diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T03·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T03·24+0100 |
commit | fad370f0c107c867a12a8d0cb943f6e8159de4b4 (patch) | |
tree | b2a08780102a1e076e8b8b91891434cfe7ec6642 | |
parent | e4676a2e0d3ea33df5c38809be4cf01732ab4200 (diff) |
style(web/tvl): Reword the note about clickable links r/659
-rw-r--r-- | web/tvl/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index c5ae8f038649..d137f97ecbf0 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -18,6 +18,11 @@ let <link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all"> <link rel="icon" type="image/webp" href="/static/favicon.webp"> <title>The Virus Lounge</title> + <style> + svg { + max-width: inherit; + } + </style> </head> <body class="light"> <header> @@ -53,13 +58,9 @@ let <h2>Where did all these people come from?</h2> <p> - It's pretty straightforward. + It's pretty straightforward. Feel free to click on people, too. </p> ${builtins.readFile tvlGraph} - <br> - <span style="text-align:center;font-style:italic;"> - (Protip: Most of these names are clickable!) - </span> <hr> <footer> |