Skip to content

Commit

Permalink
css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnsJo committed Oct 1, 2023
1 parent e05fd1d commit a2b217b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proxies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"proxies": {
"/api": {
"methods": ["GET"],
"backendUri": "getchell.cloud/api"
"backendUri": "getchell.work/api"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nav ul {
background: navy; /* changed from gray to navy */
position: fixed;
height: 100%;
width: 8%;
width: 15%;
overflow: hidden;
}

Expand All @@ -40,7 +40,7 @@ header {
}

section {
margin-left: 9%;
margin-left: 16%;
padding: 60px 20px;
border-bottom: 1px solid #ddd;
min-height: 100vh; /* ensures each section takes a full viewport height */
Expand Down

0 comments on commit a2b217b

Please sign in to comment.