Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
[FIX] Elements' width
Browse files Browse the repository at this point in the history
  • Loading branch information
hormesiel committed Nov 7, 2018
1 parent 048f16a commit af9f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const buildTextBlock = (text) => {
text-align: center;
text-transform: uppercase;
top: 2rem;
width: 4.7rem;
width: 5rem;
`);

return div;
Expand Down

0 comments on commit af9f06e

Please sign in to comment.