chore(frontend): migrate to tailwindcss v3

This commit is contained in:
Julian Tölle 2022-06-25 14:23:39 +02:00
parent d0522df5ee
commit 325e26e0c1
15 changed files with 28 additions and 361 deletions

View file

@ -35,7 +35,7 @@ export const ReportTopArtists: React.FC = () => {
return (
<div className="md:flex md:justify-center p-4">
<div className="md:flex-shrink-0 min-w-full xl:min-w-0 xl:w-2/3 max-w-screen-lg">
<div className="md:shrink-0 min-w-full xl:min-w-0 xl:w-2/3 max-w-screen-lg">
<div className="flex justify-between">
<p className="text-2xl font-normal text-gray-700">Top Artists</p>
</div>