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

fixed issue 99 #100

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions assets/css/responsiveness.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
}
}

@media screen and (min-width: 909px) {
.Goals .images {
margin-bottom: 30px;
}
}

@media only screen and (min-width: 600px) and (max-width: 650px) {
.upper_part .links a {
text-decoration: none;
Expand Down
9 changes: 8 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,12 @@ nav .nav_buttons {
flex-direction: column;
justify-content: center;
max-width: 300px;
margin: 5px 10px;
margin: 5px 20px;
padding: 10px 5px;
gap: 4%;
font-size: 14px;
background-color: #f5f5f5;
transition: background-color 0.3s,transform 0.3s;
}

.Goals .images img {
Expand All @@ -512,6 +514,11 @@ nav .nav_buttons {
padding: 2%;
}

.Goals .images:hover {
background-color: #e0e0e0;
transform: scale(1.05);
}

.get_involved {
margin: 0px auto;
width: 80vw;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,21 @@
<div class="line"></div>
</div>
<div class="images">
<img src="./assets/images/Target.webp" width="200px" />
<img src="./assets/images/Target.webp" width="150px" />
<div class="text">
<span>TARGET<br /><br /></span>Planting 1 million trees worldwide
within the next 3 years.
</div>
</div>
<div class="images">
<img src="./assets/images/Reach.webp" width="200px" />
<img src="./assets/images/Reach.webp" width="150px" />
<div class="text">
<span>REACH<br /><br /></span>Expanding tree planting efforts to 30+
countries across the world.
</div>
</div>
<div class="images">
<img src="./assets/images/Awareness.webp" width="200px" />
<div class="images image3">
<img src="./assets/images/Awareness.webp" width="150px" />
<div class="text">
<span>EDUCATION AND AWARENESS<br /><br /></span>Raising awareness
about the importance of tree planting through educational programs,
Expand Down