Skip to content

Commit

Permalink
Revise Chart CSS & Set HTML Title
Browse files Browse the repository at this point in the history
  • Loading branch information
Climier-code committed Jun 15, 2021
1 parent adc38a4 commit 361e04e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>We go Up!</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
10 changes: 9 additions & 1 deletion src/components/Bitcoin/SearchBitcoinform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ import styled from '@emotion/styled';


const BitcodeformBlock = styled.form`
margin: 2rem auto;
margin: 0 auto;
justify-content:center;
align-items: center;
padding: 2rem;
input {
width: 12rem;
}
@media screen and (max-width: 768px) {
padding: 0;
margin-top: 4rem;
margin-bottom: 2rem;
display: flex;
}
Expand Down

0 comments on commit 361e04e

Please sign in to comment.