0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

added transition to smooth change

This commit is contained in:
Víctor Losada Hernández
2025-03-08 17:27:34 +01:00
parent 55618a10b9
commit c0eef7530e

View File

@@ -237,7 +237,7 @@
margin-right : 40px;
color : black;
isolation : isolate;
transition: all 0.3s;
transition : width 0.5s;
&::after {
position : absolute;
@@ -331,7 +331,6 @@
}
}
}
}
@keyframes trailingDots {
@@ -346,7 +345,6 @@
100% { content : ' ...'; }
}
// media query for when the page is smaller than 1079 px in width
@container (width < 670px) {
.vaultPage {