fix: 🎨 Poprawa wyglądu aplikacji
Naprawa białego paska między headerem a krawędziami
This commit is contained in:
parent
08f2d0609b
commit
136253aa52
@ -2,6 +2,7 @@
|
||||
|
||||
body {
|
||||
background-color: #EBEBEB;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.form {
|
||||
@ -46,4 +47,4 @@ body {
|
||||
/* DARK GREY */
|
||||
color: #828282;
|
||||
|
||||
}
|
||||
}
|
@ -55,5 +55,4 @@ html {
|
||||
font-size: 12px;
|
||||
padding: 5px 15px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
* {
|
||||
/* border: solid; */
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -16,7 +16,7 @@ html {
|
||||
height: 40%;
|
||||
background-color: #EBEBEB;
|
||||
display: flex;
|
||||
;
|
||||
;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
* {
|
||||
/* border: solid; */
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -1,5 +1,5 @@
|
||||
* {
|
||||
/* border: solid; */
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
|
Loading…
Reference in New Issue
Block a user