removing apps spacing
All checks were successful
Build and test backend / Build-backend (push) Successful in 1m28s
deploy to production / deploy-frontend (push) Successful in 32s
deploy to production / deploy-backend (push) Successful in 18s
Build and test FrontEnd / Build-frontend (push) Successful in 29s

This commit is contained in:
Debucquoy Anthony 2024-04-22 01:46:46 +02:00
parent 3b63896439
commit 82cf7cbfaf
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -237,8 +237,7 @@ window.addEventListener('hashchange', () => {
.text {
right: 0%;
width: 0%;
visibility: collapse;
opacity: 0;
display:none;
color: white;
font-size: 1.2em;
font-weight: 600;
@ -247,7 +246,7 @@ window.addEventListener('hashchange', () => {
ul.vertical:hover .text {
opacity:1;
visibility:visible;
display: inline;
width: 60%;
transition-duration: .3s;
padding-left: 15px;