diff options
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 2dd2643..174dfcf 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -46,6 +46,12 @@ left: auto; right: calc(-100% - 1em); } + .tablet-only .search-filters summary { + float: left; + } + .serp-right-col { + text-align: right!important; + } {% endif %} </style> <link rel="icon" |