diff --git a/src/App.css b/src/App.css index 7b477db..bc7f4ad 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,8 @@ +*{ + margin: 0; + padding: 0; +} + body { font-family: Arial, sans-serif; margin: 0; @@ -142,8 +147,7 @@ p.text-center.mt-3 { background: white; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1); display: flex; - flex-direction: row; - align-items: center; + flex-direction: row !important; text-align: left; } @@ -153,3 +157,11 @@ p.text-center.mt-3 { justify-content: center; align-items: center; } + +.imgProfe { + width: 150px; + height: 200px; + object-fit: cover; + border-radius: 1em; + margin: 5px; +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index e6b7baa..adbf1a8 100644 --- a/src/App.js +++ b/src/App.js @@ -20,7 +20,7 @@ const App = () => { }> }> }> - }> + }>