footer样式修改

This commit is contained in:
2022-12-15 14:43:46 +08:00
parent 7bc3d31979
commit 4fa7d45e95
2 changed files with 73 additions and 17 deletions

View File

@ -13,7 +13,7 @@
<input class="border border-black" type="submit">
</form>
@foreach($comments as $comment)
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-1 md:mx-auto sm:mx-2 px-1 sm:px-2 md:px-4 py-4 bg-white border border-gray-200 rounded-lg shadow-md my-4 dark:bg-gray-800">
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto px-1 sm:px-2 md:px-4 py-4 bg-white border border-gray-200 rounded-lg shadow-md my-4 dark:bg-gray-800">
<div>
<a href="/video/{{$comment->video->id}}" class="text-2xl font-bold text-gray-700 dark:text-white hover:text-gray-600 dark:hover:text-gray-200 hover:underline" tabindex="0" role="link">{{$comment->video->title}}</a>
<div class="px-2 md:px-4 lg:px-8 mt-2 flex items-center justify-between">