Skip to content

Commit

Permalink
more css
Browse files Browse the repository at this point in the history
  • Loading branch information
wylie39 committed Mar 6, 2021
1 parent 05d8c01 commit 3746ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/ClientTopNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class ClientTopNav extends React.Component {
height="60"
/>
</a>
<h3 className="name">Not A Dog</h3>
<h3 className="name">Not a Dog</h3>
</div>
</nav>
)
Expand Down
2 changes: 1 addition & 1 deletion src/components/upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
transform: translateX(-50%) translateY(-50%);
transition: 0.3s;
border-radius: 5px; /* 5px rounded corners */
color: black;
color: #fffcf7;
text-align: left;
width: 19rem;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default class Upload extends React.Component {
<p>
Click below to take or upload an image and the
Machine learning algorithm will tell if the image is
a dog or not. And because this is for Corgi Hacks it
can also tell if it’s a corgi.
a dog or not. Because this was made for the Corgi
Hacks hackathon it can also tell if it’s a corgi.
</p>
</div>
</div>
Expand Down

0 comments on commit 3746ec8

Please sign in to comment.