diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css index 447d115..a9ccb10 100644 --- a/frontend/dodawanie turnieju/style.css +++ b/frontend/dodawanie turnieju/style.css @@ -3,6 +3,7 @@ body { background-color: #EBEBEB; + margin: 0; } .form { @@ -47,4 +48,4 @@ body { /* DARK GREY */ color: #828282; -} +} \ No newline at end of file diff --git a/frontend/logowanie/style.css b/frontend/logowanie/style.css index 7d1760e..b6189b5 100644 --- a/frontend/logowanie/style.css +++ b/frontend/logowanie/style.css @@ -55,5 +55,4 @@ html { font-size: 12px; padding: 5px 15px; width: 50%; -} - +} \ No newline at end of file diff --git a/frontend/panel_organizatora/style.css b/frontend/panel_organizatora/style.css index c344e12..77bfe1c 100644 --- a/frontend/panel_organizatora/style.css +++ b/frontend/panel_organizatora/style.css @@ -1,5 +1,10 @@ @import "../_global/header.css"; +body { + margin: 0; +} + + .container { height: 100%; width: 100%; diff --git a/frontend/rejestracja/style.css b/frontend/rejestracja/style.css index 65289cc..78922f1 100644 --- a/frontend/rejestracja/style.css +++ b/frontend/rejestracja/style.css @@ -16,7 +16,7 @@ html { height: 40%; background-color: #EBEBEB; display: flex; -; + ; justify-content: center; align-items: center; } diff --git a/frontend/style.css b/frontend/style.css index 76762d2..ef4d194 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,6 +1,10 @@ @import "_global/header.css"; @import "event.css"; +body { + margin: 0; +} + .container { height: 100%; width: 100%; diff --git a/frontend/zalogowany_organizator/style.css b/frontend/zalogowany_organizator/style.css index 017d14d..3f2d8c1 100644 --- a/frontend/zalogowany_organizator/style.css +++ b/frontend/zalogowany_organizator/style.css @@ -1,5 +1,10 @@ @import "../_global/header.css"; +body { + margin: 0; +} + + .container { height: 100%; width: 100%;