diff --git a/public/index.html b/public/index.html index 1478c55..e6cf216 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,6 @@
- + diff --git a/src/components/Dropdown.js b/src/components/Dropdown.js index 392bf30..e5ad29f 100644 --- a/src/components/Dropdown.js +++ b/src/components/Dropdown.js @@ -3,12 +3,11 @@ import {Autocomplete} from 'react-materialize'; const Dropdown = (props) => { const s = { - width: "30%", + width: "35%", minWidth: "300px", zIndex: "99", position: "fixed", marginTop: "20px", - marginLeft: "20px" } const {data} = props; diff --git a/src/components/FuncCard.css b/src/components/FuncCard.css index dc11d5c..f76b06f 100644 --- a/src/components/FuncCard.css +++ b/src/components/FuncCard.css @@ -2,6 +2,7 @@ width: 350px; margin: 25px; text-align: center; + box-shadow: 0 0 5px 1px grey; } .text-field {