Adds i18n, english l10n, CHANGELOG and lesserphp instead of lessphp

This commit is contained in:
Miraty 2020-07-01 20:47:02 +02:00
commit 3356db6555
17 changed files with 5732 additions and 3999 deletions

View file

@ -33,6 +33,10 @@ a {
}
}
p {
margin: 0px;
}
#firstWrapper {
display: flex;
flex-direction: row;
@ -47,7 +51,7 @@ a {
max-width: 480px;
}
.centrer {
.centered {
text-align: center;
}
@ -61,7 +65,7 @@ form {
margin-bottom: 30px;
}
.center {
main {
display: flex;
flex-direction: column;
justify-content: center;
@ -360,7 +364,7 @@ input[type=color] {
margin-right: auto;
}
.center {
main {
width: auto;
}