diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-11 11:07:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:36:59 -0700 |
commit | 8a3a0d69caf9502ea1d83bf3964faf6a3c9ed77b (patch) | |
tree | 390381b26fcdc04ba48fd67a5ebfa7eaff9d6037 /python/fatcat_web/templates/base.html | |
parent | 9e7ed49aae20259bff692fc7ca83617d9d8e6ce3 (diff) | |
download | fatcat-8a3a0d69caf9502ea1d83bf3964faf6a3c9ed77b.tar.gz fatcat-8a3a0d69caf9502ea1d83bf3964faf6a3c9ed77b.zip |
remove slight white bar at bottom
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 2ada551d..9e4d8c14 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; height: auto;"> +<body style="margin-bottom: 100px;"> <header class="ui fixed inverted menu"> <div class="ui container"> |