From 739830d35e6c0e178e06e9207fdade36b8e266a9 Mon Sep 17 00:00:00 2001 From: MiracleChibuike Date: Mon, 29 Jan 2024 13:44:32 +0100 Subject: [PATCH] order resize --- .vscode/settings.json | 2 +- css/index.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..155422b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5503 } \ No newline at end of file diff --git a/css/index.css b/css/index.css index 46ca0e8..00687ac 100644 --- a/css/index.css +++ b/css/index.css @@ -1282,7 +1282,8 @@ input ::placeholder { position: absolute; top: 30px; bottom: 40px; - left: 20px; + left: 15px; + overflow-x: hidden; } #name-food { width: 300px;