diff --git a/public/reigs.png b/public/reigs.png new file mode 100644 index 0000000..21d5341 Binary files /dev/null and b/public/reigs.png differ diff --git a/src/components/HowTo.jsx b/src/components/HowTo.jsx index fc57513..6eda08f 100644 --- a/src/components/HowTo.jsx +++ b/src/components/HowTo.jsx @@ -45,7 +45,7 @@ const HowTo = () => { >
- image + image
{
{ )} -
  • +
  • {isSignedIn ? ( @@ -159,7 +160,7 @@ export const Navbar = () => { {isSignedIn ? null : ( closeNavbar()} > Alumni Registration @@ -170,7 +171,7 @@ export const Navbar = () => { {isSignedIn && !hasFilledOutForm && ( closeNavbar()} > onboarding form diff --git a/src/components/Sliderr.css b/src/components/Sliderr.css index b995735..c110122 100644 --- a/src/components/Sliderr.css +++ b/src/components/Sliderr.css @@ -59,12 +59,15 @@ body { width: 100%; display: block; margin: 0 auto; + object-fit: cover; + border-radius: 50%; } + .slider-image { width: 80%; height: 80%; - border-radius: 100%; + border-radius: 50%; margin-bottom: 10px; margin: 0 auto; } diff --git a/src/components/Sliderr.jsx b/src/components/Sliderr.jsx index d0f75e2..34b5ece 100644 --- a/src/components/Sliderr.jsx +++ b/src/components/Sliderr.jsx @@ -66,6 +66,13 @@ const SliderComponent = () => { focusOnSelect: true, responsive: [ + { + breakpoint: 1600, + settings: { + slidesToShow: 4, + centerPadding: "5%", + }, + }, { breakpoint: 1400, settings: { @@ -112,7 +119,7 @@ const SliderComponent = () => {
  • {profiles.slice(0, 9).map((profile) => (