Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TurbooGhost committed Jan 17, 2024
1 parent 8b38da7 commit 283e365
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 116 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
notes.txt
template.html
template.html
.idea/
115 changes: 82 additions & 33 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions assets/scss/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ $font-size-xxxl: 6.2rem;
$bp-xdesktop: 2560px;
$bp-laptop-l: 1440px;
$bp-laptop: 1024px;
$bp-tablet: 768px;
$bp-mobile-l: 425px;
$bp-mobile-m: 375px;
$bp-mobile-s: 320px;
$bp-tablet: 600px;
$suggestion-section-bp-tablet: 700px;


//Font Weights
$fw-regular: 400;
Expand Down
Empty file removed assets/scss/base/_animations.scss
Empty file.
Loading

0 comments on commit 283e365

Please sign in to comment.