Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
feat: improved design of landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
rrebase committed Jan 24, 2020
1 parent 4e2e3e6 commit 2225a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions template/src/features/counter/Counter.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.container {
margin-top: 1rem;
}

.button {
margin: 0 0.75rem;
font-size: 1.25rem;
Expand All @@ -25,4 +21,5 @@
.value {
font-size: 5rem;
color: #5fd0ae;
margin: 2rem 0;
}
2 changes: 1 addition & 1 deletion template/src/features/counter/Counter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Counter: React.FC = () => {
const dispatch = useDispatch();

return (
<div className={styles.container}>
<div>
<p className={styles.value}>{count}</p>
<button
className={styles.button}
Expand Down

0 comments on commit 2225a55

Please sign in to comment.