add tutorial images

This commit is contained in:
Ezra 2021-04-30 16:00:52 -05:00
parent b90c3cc458
commit 487b19f33d
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@
font-weight: 900;
font-size:1.5em;
display:block;
cursor:pointer;
}
#help-button-desktop:hover {
@ -28,7 +27,7 @@ a #help-button-mobile {
}
.desktop-img {
background-image: url(desk.jpg);
background-image: url(/public/assets/images/desk.jpg);
width:100%;
height:851px;
max-height:100%;
@ -59,7 +58,7 @@ a #help-button-desktop {
}
.mobile-img {
background-image: url(mobile.png);
background-image: url(/public/assets/images/mobile.jpg);
width:100%;
height:1348px;
background-repeat: no-repeat;

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB