diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T02·47+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T02·47+0100 |
commit | 38712efe0e9b64f2d08df27c6b49347f2cd67b71 (patch) | |
tree | aba9ebb20d397e4fd8b4bf4243acb832bba29784 | |
parent | 1faf44b3b325fe81f0d69b804778ae5d8f92dcd7 (diff) |
style(web/tvl): Center some elements, as is tradition r/655
-rw-r--r-- | web/tvl/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 2b2d2df211cb..aa155c4adc2b 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -41,13 +41,13 @@ let channel on Freenode. </p> - <p> + <div style="text-align:center;"> <a href="https://meet.google.com/mng-biyw-xbb" target="_blank"> - <button>Join The Lounge!</button> + <button style="color:initial;">Join The Lounge!</button> </a> <br> <i>(Hope you've checked that it's open!)</i> - </p> + </div> <hr> <h2>Where did all these people come from?</h2> |