diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-24 01:15:51 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-24 01:15:51 +0000 |
| commit | fcd91f265e93eee23ded2c2d81e8be6f86843986 (patch) | |
| tree | 48f0aba6812efcf440ca518e026cc38748409f2c /web/public/stylesheets/style.css | |
| parent | 6651878b48990988c9cc5023b67385d6a82cd874 (diff) | |
| parent | 9e0fd3a61851ce066d434d5a654d571f1297ecea (diff) | |
Merge branch 'master' of gitlab.com:kdam0/helpthehomeless
Diffstat (limited to 'web/public/stylesheets/style.css')
| -rw-r--r-- | web/public/stylesheets/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index fd6ed87..71002de 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -102,3 +102,10 @@ a { float: right; margin-right: 10px; } +#toggle-container { + position: fixed; + float: right; + z-index: 2; + bottom: 25px; + right: 25px; +} |
