Skip to content

Commit

Permalink
solve team section issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YourGitHubUsername authored and YourGitHubUsername committed Mar 11, 2024
1 parent fd3c9a6 commit 7ae8d2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/Components/SliderComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,15 +341,15 @@ export default function SliderComponent() {
<Grid
style={{
color: "#666666",
fontSize: "1rem",
fontSize: "0.8rem",
display: "flex",
justifyContent: "center",
// fontWeight: 400,
margin: 10,
"@media (max-width: 600px)": {
fontSize: "0.8rem", // Adjust font size for smaller screens
margin: 5, // Adjust margin for smaller screens
},
// "@media (max-width: 600px)": {
// fontSize: "0.8rem",
// margin: 5,
// },
}}
>
vision and courage to create
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Teams.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Teams() {
color:'#fff',
fontSize:50,
"@media (max-width: 600px)": {
width: "auto", // Remove width in mobile view
width: "auto",
marginLeft:"20px",
},

Expand Down

0 comments on commit 7ae8d2b

Please sign in to comment.