Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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}"
}
]
}
2 changes: 1 addition & 1 deletion Cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ header{
}
.button--1:hover{
background-color: black;
color: #F4F5F7;!important;
color: #F4F5F7 !important;
}


Expand Down
7 changes: 3 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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{
Expand Down