diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
commit | 1630922376080efd42469a99e4b4836ea9d00228 (patch) | |
tree | 321cfb9f7dac3807efeb3081243bc640df0afc46 /python/fatcat_web/templates/base.html | |
parent | 16126c5901c435ea6610eff8b7211226c6f125d5 (diff) | |
download | fatcat-1630922376080efd42469a99e4b4836ea9d00228.tar.gz fatcat-1630922376080efd42469a99e4b4836ea9d00228.zip |
more UI tweaking
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 9e4d8c14..ba62eaba 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -23,7 +23,7 @@ </style> {% block extra_head %}{% endblock %} </head> -<body style="margin-bottom: 100px;"> +<body style="margin-bottom: 130px;"> <header class="ui fixed inverted menu"> <div class="ui container"> |