Skip to content

Commit

Permalink
Merge pull request #7 from TheUndo/fix-issue-6
Browse files Browse the repository at this point in the history
Fixes issue #6
  • Loading branch information
TheUndo committed Jun 16, 2022
2 parents b340ea5 + c3aa323 commit 495e50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ storage/redis/data/
storage/
./frontend/dev-dist
.DS_Store
.expo
1 change: 1 addition & 0 deletions frontend/src/pages/front/front.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.front {
padding-top: 20px;
position: relative;
padding-bottom: 50px;
transition: transform 0.1s ease-in;
transform: scale(var(--modal-scaler, 1));
@media screen and (pointer: fine) {
Expand Down

0 comments on commit 495e50a

Please sign in to comment.