fix: 🎨 Poprawa wyglądu aplikacji

Naprawa białego paska między headerem a krawędziami
This commit is contained in:
Arek 2022-05-31 10:56:44 +02:00
parent 08f2d0609b
commit 136253aa52
6 changed files with 10 additions and 10 deletions

View File

@ -2,6 +2,7 @@
body { body {
background-color: #EBEBEB; background-color: #EBEBEB;
margin: 0;
} }
.form { .form {

View File

@ -56,4 +56,3 @@ html {
padding: 5px 15px; padding: 5px 15px;
width: 50%; width: 50%;
} }

View File

@ -1,5 +1,5 @@
* { body {
/* border: solid; */ margin: 0;
} }
img { img {

View File

@ -16,7 +16,7 @@ html {
height: 40%; height: 40%;
background-color: #EBEBEB; background-color: #EBEBEB;
display: flex; display: flex;
; ;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }

View File

@ -1,5 +1,5 @@
* { body {
/* border: solid; */ margin: 0;
} }
img { img {

View File

@ -1,5 +1,5 @@
* { body {
/* border: solid; */ margin: 0;
} }
img { img {