Fix indent

This commit is contained in:
Cyril 2023-04-27 12:10:56 +02:00
parent 9fb14338f5
commit 485d38f57f
2 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
body
{
background-color:#eeeeee;
font-family: Arial, sans-serif;
background-color:#eeeeee;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
@ -10,9 +10,9 @@ body
}
.container {
text-align: center;
padding: 30px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
text-align: center;
padding: 30px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
}