diff --git a/Css-files/login.css b/Css-files/login.css index a817791d..7f9ad149 100644 --- a/Css-files/login.css +++ b/Css-files/login.css @@ -91,10 +91,6 @@ width: 80%; } -.back-button{ - display: none; -} - @media screen and (width <= 600px) { .card{ width: 95%; @@ -109,9 +105,6 @@ padding-bottom: 4rem; padding-top: 0; } - .back-button{ - display: block; - } } #rememberCheckbox{ diff --git a/Css-files/signup.css b/Css-files/signup.css index 31fb075e..9e3bd464 100644 --- a/Css-files/signup.css +++ b/Css-files/signup.css @@ -88,10 +88,6 @@ width: 80%; } -.back-button{ - display: none; -} - @media screen and (width <=600px) { .card { width: 95%; @@ -107,9 +103,6 @@ padding-bottom: 4rem; padding-top: 0; } - .back-button{ - display: block; - } } @media screen and (width >= 2000px) diff --git a/Html-files/login.html b/Html-files/login.html index ebf93910..e93dc0a4 100644 --- a/Html-files/login.html +++ b/Html-files/login.html @@ -84,7 +84,6 @@