Commit c2c2cbc4 authored by Andgel Brissaud's avatar Andgel Brissaud
Browse files

fix: fix the connexion button on home page

parent 1471e7ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ p{
    color: white;
}

button{
.button {
    margin-top: 50px;
    background-color: #f7c36f;
    border-radius: 10px;
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
                Carantec Nautisme vous accompagne dans vos plongées. 
                Nos adhérent.e.s propose différentes activités pour tout les niveaux !
            </p>
            <button onclick="location.href='{{ route('login') }}'">
            <button class="button" onclick="location.href='{{ route('login') }}'">
                Je me connecte
            </button>
        </div>