Skip to content

Commit

Permalink
Merge pull request #2993 from Pushpa472/About-page
Browse files Browse the repository at this point in the history
Added padding and margin in about page
  • Loading branch information
sailaja-adapa authored Oct 6, 2024
2 parents cf4cdd8 + 8cbe1af commit b5d9a39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5502
"liveServer.settings.port": 5503
}
18 changes: 14 additions & 4 deletions assets/css/aboutus.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,22 @@ h1, h2, h3 {
text-align: center;
}

.about, .stats-box, .mission-values, .team {
.about, .stats-box, .mission-values{
/* margin-bottom: 40px; */
margin: 70px;
background-color: var(--seashell);
border-radius: 10px;
padding: 35px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
border: 1px solid #ddd;
}

.team {
margin-bottom: 40px;
background-color: var(--seashell);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
border: 1px solid #ddd;
}

Expand Down Expand Up @@ -366,14 +376,14 @@ label.newsletter-form{



.about {
/* .about {
background-color: var(--seashell);
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
padding: 20px;
margin-bottom: 40px;
}
} */

.about h2 {
color: var(--sonic-silver);
Expand Down

0 comments on commit b5d9a39

Please sign in to comment.