From 136253aa52f51ac577dbd5cf12f02c75d7950bc1 Mon Sep 17 00:00:00 2001 From: Arek Date: Tue, 31 May 2022 10:56:44 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20:art:=20Poprawa=20wygl=C4=85du=20aplikac?= =?UTF-8?q?ji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Naprawa białego paska między headerem a krawędziami --- frontend/dodawanie turnieju/style.css | 3 ++- frontend/logowanie/style.css | 3 +-- frontend/panel_organizatora/style.css | 4 ++-- frontend/rejestracja/style.css | 2 +- frontend/style.css | 4 ++-- frontend/zalogowany_organizator/style.css | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) 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 {