Added About Page
This commit is contained in:
@@ -32,8 +32,8 @@ onUnmounted(() => {
|
||||
<style scoped>
|
||||
/* wrapper: centering + fade transition */
|
||||
.scroll-indicator-fade {
|
||||
position: absolute;
|
||||
bottom: 2rem;
|
||||
position: fixed;
|
||||
bottom: 2dvh;
|
||||
left: 50%;
|
||||
transform: translateX(-50%); /* keep horizontal centering here */
|
||||
transition: opacity 0.3s ease;
|
||||
|
||||
Reference in New Issue
Block a user