diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css index 7afbb34..4259059 100644 --- a/frontend/dodawanie turnieju/style.css +++ b/frontend/dodawanie turnieju/style.css @@ -2,6 +2,7 @@ body { background-color: #EBEBEB; + margin: 0; } .form { @@ -46,4 +47,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 770ce79..e16cf65 100644 --- a/frontend/panel_organizatora/style.css +++ b/frontend/panel_organizatora/style.css @@ -1,5 +1,5 @@ -* { - /* border: solid; */ +body { + margin: 0; } img { 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 500bd9d..7ff4049 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,5 +1,5 @@ -* { - /* border: solid; */ +body { + margin: 0; } img { diff --git a/frontend/zalogowany_organizator/style.css b/frontend/zalogowany_organizator/style.css index dbcf55f..77e20a9 100644 --- a/frontend/zalogowany_organizator/style.css +++ b/frontend/zalogowany_organizator/style.css @@ -1,5 +1,5 @@ -* { - /* border: solid; */ +body { + margin: 0; } img {