Unverified Commit 92f06ecb authored by plmorisse's avatar plmorisse Committed by GitHub
Browse files

style: agrandissement du visuel

parent 4d00c145
Loading
Loading
Loading
Loading
+17 −6
Original line number Diff line number Diff line
@@ -9,10 +9,21 @@ body{
h1{
    color: aliceblue;
    text-align: center;
    font-size: 500%;
}

button{
    margin-left: 10px;
    margin: 10px;
    font-size: large;
}


.cache{
    display: none;
}

.sombre{
    color: black;
}

.resultat{
@@ -21,17 +32,17 @@ button{
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    font-size: large;
}

#villeListe{
    margin-top: 10px;
    margin-right: 5.5%;
    font-size: large;
}

.cache{
    display: none;
#codePostalInput{
    font-size: large;
}

.sombre{
    color: black;
}
+48 −48

File changed.

Contains only whitespace changes.