Skip to content

Commit

Permalink
fixed responsiveness of about section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Jun 24, 2024
1 parent 94cef68 commit 2003859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,9 @@ section.image {
font-size: 50px;
text-align: center;
}
.about-para{
margin: 1.5rem;
}
}

/* .line{
Expand Down Expand Up @@ -1723,9 +1726,7 @@ section.image {
}


/* .line_pic{
width: 330px;
} */

.line_img {
width: 100%;
height: auto;
Expand All @@ -1735,7 +1736,9 @@ section.image {
.image_part {
display: none;
}

.about-para{
margin: 2rem;
}
.container1 {
width: auto;
}
Expand All @@ -1755,6 +1758,7 @@ section.image {
.right {
left: 8.7%;
}

}

@media screen and (max-width: 768px) {
Expand Down
2 changes: 1 addition & 1 deletion server/views/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="logo_head press-start-2p-regular">CHROME</div>
<div class="logo_head1">GAMING</div>
</div>
<div class="text" style="margin: 20px 200px 0 200px; text-align: justify; text-justify: inter-word;">
<div class="text about-para" style="text-align: justify; text-justify: inter-word;">
<h1 style="color: rgb(204, 22, 198); text-align: start; padding-bottom: 30px; text-shadow: .1em .1em 0 hsl(200 50% 30%); "
class="border-hover">ABOUT US</h1>
<p>Chrome gaming community page is an online space within the Chrome
Expand Down

0 comments on commit 2003859

Please sign in to comment.