mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
update
This commit is contained in:
parent
86db6b78a5
commit
f21af7a09f
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="flex items-center flex-col md:mt-40">
|
||||
<div class="flex items-center flex-col mt-40">
|
||||
<h1 class="text-xl text-bold">
|
||||
{{ config.extra.index.title }}
|
||||
</h1>
|
||||
|
|
|
@ -70,8 +70,8 @@
|
|||
|
||||
{% if config.extra.zt.enable_search %}
|
||||
<!-- Search input in navbar -->
|
||||
<div class="flex ml-auto relative items-center mr-4">
|
||||
<input id="search" class="rounded-xl border border-black dark:border-gray-200 h-9 text-black dark:text-gray-200 dark:bg-gray-700" type="text">
|
||||
<div class="flex ml-auto relative items-center sm:mr-4">
|
||||
<input id="search" class="rounded-xl border border-black dark:border-gray-200 h-9 text-black dark:text-gray-200 dark:bg-gray-700 w-24 sm:w-full" type="text">
|
||||
<svg class="w-6 h-6 absolute left-2 text-black dark:text-gray-200" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
|
||||
</svg>
|
||||
|
|
Loading…
Reference in a new issue