Skip to content

Commit

Permalink
Merge pull request Girl-Code-It#209 from Avishake007/new_branch
Browse files Browse the repository at this point in the history
Updated the responsiveness of the website
  • Loading branch information
vaishali614 authored Apr 17, 2021
2 parents 18c85e5 + 553b224 commit 508134f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/CSS/KnowAbout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
.About {
color: #008dc8;
}

.jus_content{
justify-content: center;
}

@media only screen and (max-width: 531px) {
.Heading {
font-size: 40px;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HomePage/Sections/KnowAbout.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class KnowAbout extends Component {
<span className={styles.About}> About </span>
</h2>
<Row
className="justify-content-md-center"
className={styles.jus_content}
style={{ marginTop: '50px' }}
>
{KnowAboutData}
Expand Down

0 comments on commit 508134f

Please sign in to comment.