Skip to content

Commit

Permalink
lets try this lol
Browse files Browse the repository at this point in the history
  • Loading branch information
nragland37 committed Oct 10, 2024
1 parent f80490c commit c4c190c
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions src/inc/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1376,27 +1376,19 @@ a:after {
}
}

/* Parent container for logo */
.parent-logo {
display: flex;
align-items: center;
justify-content: center;
height: 100vh; /* Full viewport height to encapsulate logo */
overflow: hidden; /* Prevents overflow */
}

/* Logo animation and styling */
.logo {
display: flex;
justify-content: center;
align-items: center;
margin-top: -30vh; /* Adjusts logo position */
animation: logo 7s ease-out 7s forwards;
opacity: 0;
position: relative;
top: 250px;
animation: logo 7s ease-out 7s forwards;
opacity: 0;
}

.logo object {
width: 300px;
width: 300px; /* Fixed width for desktop */
height: auto;
}

Expand All @@ -1420,7 +1412,7 @@ a:after {
}

.logo {
height: 50vh;
top: -30px;
}

@keyframes logo {
Expand All @@ -1439,7 +1431,7 @@ a:after {
}

.logo {
height: 40vh;
top: -20px;
}

@keyframes logo {
Expand Down

0 comments on commit c4c190c

Please sign in to comment.