From c59ada04e3e7b1feb21c329f53de20feb4ed0d58 Mon Sep 17 00:00:00 2001 From: Prakhar Sinha Date: Sun, 16 Oct 2022 00:13:25 +0530 Subject: [PATCH] fixed the unwanted horizontal scroll and did some styling too --- .vscode/settings.json | 3 +++ assets/css/styles.min.css | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/assets/css/styles.min.css b/assets/css/styles.min.css index ce227e7..9005190 100644 --- a/assets/css/styles.min.css +++ b/assets/css/styles.min.css @@ -1,10 +1,25 @@ +html, body { + max-width: 100%; + overflow-x: hidden; +} + .mre5 { margin-right: 35px !important } #logo { height: 70px; - padding-left: 0 + width: 180px; + padding-left: 0; + cursor:pointer; + transition: background 0.2s ; +} + +#logo:hover{ + border: 2px solid #CDF0EA; + border-radius: 25px; + background-color: #CDF0EA; + } nav li {