Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AsavariA committed Jun 28, 2022
1 parent 01f1768 commit 2f36d29
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const About = () => {
return (
<div id="about" className="about">
<h1>About Polyphorm</h1>
<br />
<p>
Polyphorm, an interactive visualization and model fitting tool that
provides a novel approach for investigating cosmological datasets.
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Footer = () => {
<h2>Contribution</h2>
<p>All Issues</p>
<p>Open an Issue</p>
<p>Pull Repeated</p>
<p>Pull Request</p>
</div>
</Grid>
<Grid item xs={12} sm={12} md={3}>
Expand Down
6 changes: 5 additions & 1 deletion src/sass/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/sass/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/sass/navbar_footer.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/sass/navbar_footer.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/sass/navbar_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@
}
p {
margin-left: 10px;
text-decoration: underline;
line-height: 2rem;
}
P:hover{
cursor: pointer;
text-decoration: underline;
}
}
@media #{$media-tablet} {
h1 {
Expand Down

0 comments on commit 2f36d29

Please sign in to comment.