Skip to content

Commit

Permalink
Optimized gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMommsen committed Mar 6, 2024
1 parent e09da19 commit 83bee35
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 4 deletions.
Binary file modified public/tutorial/mazegengif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/movestartendgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/othercustomizationsgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/pathfindingdemogif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/placewallsgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/resetgridgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/selectalgorithmgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/viewalgorithmgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/tutorial/viewotherpathsgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 15 additions & 4 deletions src/styles/modals/_help.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,27 @@
border-radius: 1rem;
padding: 2rem;
background-color: $primary;
min-height: 70%;
min-width: 40%;
min-height: 80%;
min-width: 50%;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;

h2 {
font-size: 1.6rem;
font-size: 2rem;
}

p {
max-width: 60ch;
max-width: 70ch;
text-align: center;
font-size: 1.2rem;
}

.tutorial-gif {
width: 100%;
height: auto;
}

.page-counter {
position: absolute;
padding-bottom: 2rem;
Expand All @@ -59,6 +64,10 @@
a {
font-size: 0.8rem;
}

.tutorial-gif {
// width: 70%;
}
}

#help-modal-close-btn {
Expand All @@ -85,10 +94,12 @@
color: $primary;
padding: 0.5rem 1rem 0.5rem 1rem;
border-radius: 0.5rem;
font-size: 1.2rem;
cursor: pointer;

@media only screen and (max-width: 1400px) {
font-size: 0.8rem;
padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

&:hover {
Expand Down

0 comments on commit 83bee35

Please sign in to comment.