Skip to content

Commit

Permalink
Responsive homepage for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBi21 committed Aug 21, 2024
1 parent f33f618 commit 2131a34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ secrets.json

# macOS
.DS_Store
._DS_Store
11 changes: 0 additions & 11 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion styles/home3/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*background: linear-gradient(135deg, rgba(244,244,244,1) 0%, rgba(254,255,234,1) 100%);*/
background: radial-gradient(circle at left top, rgba(2,6,45,1) 28%, rgba(146,114,213,1) 100%);
/*background-image: url("../../assets/images/home/alt_back.jpg");*/
background-size: 1920px;
background-size: 1000px;
background-attachment: fixed;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 2131a34

Please sign in to comment.