diff --git a/assets/css/app.css b/assets/css/app.css index 45ffd42..7f2d970 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -16,6 +16,8 @@ body { body { margin: 0 auto; + padding-left: 10px; + padding-right: 10px; margin-bottom: 30px; max-width: 780px; color: #333; @@ -653,8 +655,14 @@ iframe { opacity: 0; } -#login-form { - margin-bottom: 20px; +#login { + width: 350px; + margin: 0 auto; + margin-top: 15%; +} + +#login form { + border: none; } /* desktop design */ diff --git a/templates/login.php b/templates/login.php index 1bd9b98..5c0e410 100644 --- a/templates/login.php +++ b/templates/login.php @@ -14,17 +14,12 @@ -
- -
- +

-
+ @@ -57,8 +52,6 @@ - -
diff --git a/templates/show_item.php b/templates/show_item.php index ca34769..d4fc33f 100644 --- a/templates/show_item.php +++ b/templates/show_item.php @@ -11,7 +11,7 @@ > -