Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About us page overlap fix of button #1991

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h3>PRIYA Ghosal</h3>
United by our love for exploration and commitment to excellence, we work tirelessly to ensure
your journey with
us is seamless, inspiring, and unforgettable.</p>
<div class="align1">
<div class="align1" >
<a href="team.html" id="cta-button">The BuddyTrail Team</a>
</div>
</div>
Expand All @@ -329,11 +329,12 @@ <h3>PRIYA Ghosal</h3>

.align1 {
width: 255px;
height: 50px;
height: auto;
display: flex;
align-self: flex-end;
justify-content: center;
margin: 56px auto 56px;
margin: 15px auto 56px;
margin-top: 5px;

}

Expand Down Expand Up @@ -642,7 +643,7 @@ <h3>PRIYA Ghosal</h3>
color: #333;
text-align: center;
max-width: 900px;
margin: 40px auto;
margin: 20px auto;
transition: color 0.3s ease, text-decoration 0.3s ease;
cursor: pointer;
}
Expand Down
Loading