diff options
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 55a0082..262fced 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -211,7 +211,7 @@ <div class="ui stackable mobile reversed inverted divided equal height grid"> <div class="nine wide column"> <div class="ui grid"> - <div class="three wide two wide computer column" style="padding-top: 4em; padding-right: 0;"> + <div class="tablet-hide two wide column" style="padding-top: 4em; padding-right: 0;"> <img class="logo" src="/static/ia-logo.svg" style="width: 100%; opacity: 0.5;"> </div> <div class="one wide column computer only"></div> |