fix search at mobile

This commit is contained in:
2021-08-23 15:11:34 +02:00
parent 0fd1730885
commit f6ced1280a
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="inline-flex ml-auto">
<div class="inline-flex md:ml-auto">
<header
class="
inline-flex

View File

@@ -1,5 +1,5 @@
<template>
<div class="inline-flex rounded-full border-grey-light test">
<div class="inline-flex rounded-full border-grey-light test m-auto lg:m-0">
<button>
<span class="w-auto inline-flex justify-end items-center text-grey p-2">
<font-awesome :icon="['fas', 'search']" />