Skip to content

Commit

Permalink
Style Corrections at ISR Page
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 10, 2022
1 parent 82f4493 commit b0f9bad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Components/Navbar/NavLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const NavLinks = () => {
? setSubHeading(slinks.Head)
: setSubHeading("")
}
className="py-4 pl-7 font-medium md:pr-0 pr-5 flex justify-between items-center md:pr-0 pr-5"
className="py-4 pl-7 font-medium md:pr-0 pr-5 flex justify-between items-center"
>
{slinks.Head}

Expand Down
15 changes: 12 additions & 3 deletions src/Pages/Events/ISR/ISR.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,21 @@
font-weight: 600;
opacity: 0.8;
text-align: left;
margin-top: .5rem;
margin-top: 0.5rem;
}

.sv_cards_container {
margin-top: 2rem;
}

.sv_cards {
width: 20rem;
margin: 2rem auto 0;
text-align: center;
}

.sv_texts {
margin: 2rem;
}

@media only screen and (min-width: 768px) {
Expand All @@ -165,7 +169,6 @@
} */

.sv_texts {
margin-bottom: 2rem;
width: 40%;
}

Expand Down Expand Up @@ -197,4 +200,10 @@
row-gap: 1.5rem;
columns: 1.5rem;
}
}
}

@media only screen and (min-width: 1400px) {
.sv_texts {
margin: 0;
}
}

0 comments on commit b0f9bad

Please sign in to comment.