From 7bb624b942be905c61237555533839239f1331b1 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 4 Oct 2019 00:14:42 +0200 Subject: [PATCH] Inputs now take up 100% of the div and the other div should device the size --- src/components/Signin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Signin.vue b/src/components/Signin.vue index 937fe51..66859f6 100644 --- a/src/components/Signin.vue +++ b/src/components/Signin.vue @@ -148,7 +148,7 @@ export default { padding: 10px 5px 10px 45px; height: 40px; font-size: 17px; - width: 75%; + width: 100%; // @include desktop-min { // width: 400px; // }