Skip to content

Commit

Permalink
fixed the alignment of zeus grid (#129)
Browse files Browse the repository at this point in the history
* fixed the alignment of zeus grid

* removed logs
  • Loading branch information
version0chiro authored Apr 27, 2021
1 parent ac89dbc commit 339abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/organisms/TemplateCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const TemplateCard = (props) => {
}, [quoteUrl]);

return (
<Paper style={{ padding: "10px" }}>
<Paper style={{ padding: "10px" ,width: "100%", height: "100%"}}>
<div style={{ textAlign: "center" }}>
<img
src={url}
Expand Down

0 comments on commit 339abe4

Please sign in to comment.