update auth header logo link and page margin top-bottom

This commit is contained in:
aprillio 2021-07-06 16:42:39 +07:00
parent 9e201c4db1
commit 4c3163674f
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<x-guest-layout>
<x-auth-card>
<x-slot name="logo">
<a href="/">
<a href="{{ config('app.url') }}">
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
</a>
</x-slot>

View File

@ -1,7 +1,7 @@
<x-guest-layout>
<x-auth-card>
<x-slot name="logo">
<a href="/">
<a href="{{ config('app.url') }}">
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
</a>
</x-slot>

View File

@ -1,7 +1,7 @@
<x-guest-layout>
<x-auth-card>
<x-slot name="logo">
<a href="/">
<a href="{{ config('app.url') }}">
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
</a>
</x-slot>

View File

@ -1,7 +1,7 @@
<x-guest-layout>
<x-auth-card>
<x-slot name="logo">
<a href="/">
<a href="{{ config('app.url') }}">
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
</a>
</x-slot>

View File

@ -1,7 +1,7 @@
<x-guest-layout>
<x-auth-card>
<x-slot name="logo">
<a href="/">
<a href="{{ config('app.url') }}">
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
</a>
</x-slot>

View File

@ -1,7 +1,7 @@
<x-guest-layout>
<x-auth-card>
<x-slot name="logo">
<a href="/">
<a href="{{ config('app.url') }}">
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
</a>
</x-slot>

View File

@ -1,4 +1,4 @@
<div class="footer" style="margin:10% 0px 35px 0px;">
<div class="footer" style="margin:5% 0px 35px 0px;">
<!--<a href="/">Home</a>
<a href="https://github.com/khashayarzavosh/littlelink-admin/#donate" target="_blank">Donate</a>
<a href="https://github.com/khashayarzavosh/littlelink-admin" target="_blank">Programmers</a>

View File

@ -31,7 +31,7 @@
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<div class="column" style="margin-top: 5%">
<!-- Your Image Here -->
@if(file_exists(public_path("img/$littlelink_name" . ".png" )))
<img src="{{ asset("img/$littlelink_name" . ".png") }}" width="100px" height="100px">