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

#3509 fixed alignment of donate buttons #3511

Closed
Closed
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
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@
.donate-books-section p{
padding: 1rem;
text-align: justify;
margin-bottom: 2rem;
}
.donate-books-section img {
border-top-left-radius: 2.5rem;
Expand Down Expand Up @@ -4685,7 +4686,7 @@ <h1 style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', '
<div class="card-body">
<h3 class="card-sty" style="text-align: center;">Library</h3>
<p class="card-text" style="font-style: italic;">Donate your books to local libraries and help foster a love for reading in your community.</p>
<div class="button-container" style="text-align: center; margin-top: 1rem; margin-bottom: 1rem; ">
<div class="button-container" style="text-align: center; margin-top: 5rem;">
<a href="./assets/html/donate.html" class="donate-button">Donate to Libraries</a>
</div>
</div>
Expand All @@ -4695,7 +4696,7 @@ <h3 class="card-sty" style="text-align: center;">Library</h3>
<div class="card-body">
<h3 class="card-sty" style="text-align: center;">Schools</h3>
<p class="card-text" style="font-style: italic;">Support children's education by donating books to nearby schools for students of all ages.</p>
<div class="button-container" style="text-align: center; margin-top: 1rem;">
<div class="button-container" style="text-align: center; margin-top: 5rem;">
<a href="./assets/html/school.html" class="donate-button">Donate to Schools</a>
</div>
</div>
Expand All @@ -4705,7 +4706,7 @@ <h3 class="card-sty" style="text-align: center;">Schools</h3>
<div class="card-body">
<h3 class="card-sty" style="text-align: center;">Organizations</h3>
<p class="card-text" style="font-style: italic;">Help NGOs and other organizations by donating books to support their educational programs.</p>
<div class="button-container" style="text-align: center; margin-top: 1rem;">
<div class="button-container" style="text-align: center; margin-top: 5rem;">
<a href="./assets/html/ngo.html" class="donate-button">Donate to Organizations</a>
</div>
</div>
Expand Down
Loading