From 6cbad12ace3332fc0da1d8ca0a07a7ed335e9497 Mon Sep 17 00:00:00 2001 From: Aj-code Date: Sun, 4 Oct 2020 15:43:41 +0530 Subject: [PATCH] solved mistakes --- .vscode/launch.json | 15 +++++++++++++++ Cart.css | 2 +- index.css | 7 +++---- 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..7a9dfa0 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "pwa-chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/Cart.css b/Cart.css index 98bc5c7..df285b1 100644 --- a/Cart.css +++ b/Cart.css @@ -387,7 +387,7 @@ header{ } .button--1:hover{ background-color: black; - color: #F4F5F7;!important; + color: #F4F5F7 !important; } diff --git a/index.css b/index.css index e313e23..4df123b 100644 --- a/index.css +++ b/index.css @@ -242,7 +242,7 @@ header{ color: #FFF; text-decoration: none; text-transform: lowercase; - //background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #FFF 50%); + /*background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #FFF 50%);*/ background-size: 230%; transition: all .4s; } .navigation__link:link span, .navigation__link:visited span { @@ -502,12 +502,11 @@ input{ /*---RESPONSIVE DESIGN---*/ /*---------BODY---------*/ - body - @media only screen and (max-width: 56.25em) { + @media only screen and (max-width: 56.25em) { body { font-size: 50%; padding: 0; } } - } + @media only screen and (max-width: 1100px) { /*---------LOGO---------*/ .Logo--row{