Skip to content

Commit

Permalink
updated team page
Browse files Browse the repository at this point in the history
  • Loading branch information
miaravioli committed Dec 24, 2024
1 parent 2247eb1 commit 5003924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ h2 {
}

.team {
height: 600px;
background-color:darkkhaki;
/*height: 600px;*/
/*background-color:darkkhaki;*/
}
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Schedule from "./components/Schedule";
import InfoPage from './components/InfoPage';
import Carousel from "./components/Carousel";
import background from './images/background.png';
import Team from "./components/Team";

function App() {
const home = useRef(null);
Expand Down Expand Up @@ -71,7 +72,7 @@ function App() {
<Prospectus></Prospectus>
</div>
<div className="team" ref={team}>
<h2>TEAM</h2>
<Team></Team>
</div>
</div>
<br />
Expand Down

0 comments on commit 5003924

Please sign in to comment.