fixes issues with gallery
- adds hysteresis-kinda-thing so button doesnt move away from users mouse
This commit is contained in:
parent
43876c600e
commit
78a208459b
2 changed files with 8 additions and 6 deletions
|
@ -129,10 +129,11 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="galleryOutroLink">
|
||||
<a href = "pages/AllProjects.html">See all my projects here</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class = "textBox" id= "outroText">
|
||||
I hope you like my work! If you ever want to contact me, my Email, Github and Social Medias can be found below.
|
||||
|
|
|
@ -51,13 +51,14 @@
|
|||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
height: 19vh;
|
||||
margin-bottom: 0vh;
|
||||
transition: margin-bottom 0.5s;
|
||||
margin-bottom: 5vh;
|
||||
transition: margin-bottom 2s 2s ease-in;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.galleryContainer:hover .gallery{
|
||||
margin-bottom: 36vh;
|
||||
margin-bottom: 28vh;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.galleryItem{
|
||||
|
|
Loading…
Add table
Reference in a new issue