Skip to content

Commit

Permalink
Fixed animation responsiveness of home page and whole about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Jun 24, 2024
1 parent 2003859 commit 0369855
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ body.page-leaderboard {
padding: 0 !important;
/* Ensures padding is removed for .page-leaderboard for full width navbar */
}

*{
/* border: 2px solid red; */
}
.alert {
opacity: 0;
visibility: hidden;
Expand Down Expand Up @@ -1540,7 +1542,10 @@ h3 {
position: absolute;
}
}

.about-para{
font-size: 1rem;
margin:0 200px ;
}
@media (max-width: 480px) {
.icons {
position: absolute;
Expand All @@ -1551,9 +1556,14 @@ h3 {
.logo_image {
overflow: hidden;
}

.logo_image{
margin-top: 1rem;
}
.logo_head1 {
font-size: 20px;
font-size: 20px !important;
}
.logo_head {
font-size: 2rem !important;
}
.complete{
position: relative;
Expand Down Expand Up @@ -1606,6 +1616,12 @@ section.image {
.about-para{
margin: 1.5rem;
}
.container1{
padding: 1px !important;
}
.line3{
font-size: 15px;
}
}

/* .line{
Expand All @@ -1618,8 +1634,9 @@ section.image {
} */
.line_main {
/* width: 1050px; */
margin: 0 50px;
margin-bottom: 50px;
/* margin: 0 50px; */
margin: 1.5rem;
/* margin-bottom: 50px; */
/* margin-right: 170px; */
/* background-color: red; */
}
Expand Down
2 changes: 1 addition & 1 deletion server/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@


<br />
<section class="image" style="margin-top: 120px;">
<section class="image logo-section" style="margin-top: 120px;">
<div class="logo_image">
<!-- Section for displaying images. -->
<img class="center" src="/images/logo.gif" alt="" height="250px" />
Expand Down

0 comments on commit 0369855

Please sign in to comment.