Skip to content

Commit

Permalink
fix small gap around svg
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwebs committed Jan 25, 2021
1 parent 3f820fd commit 3ea3bb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/assets/images/blob2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions frontend/components/reviews/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export default function Form() {
alignItems: "center",
minWidth: 700,
padding: "20px 0",
position: "relative",
zIndex: 10,
backgroundColor: theme.palette.cardColor,
color: theme.palette.textColor,
}
Expand Down
6 changes: 1 addition & 5 deletions frontend/components/splash/splash_form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ export default function SplashForm() {
const theme = useTheme();
const useStyles = makeStyles({
blob: {
backgroundColor: theme.palette.backgroundColor,

"& path": {
width: "100%",
}
backgroundColor: theme.palette.backgroundColor
},
form: {
position: "relative",
Expand Down

0 comments on commit 3ea3bb3

Please sign in to comment.