Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-adi committed Jul 20, 2024
1 parent f712f00 commit 3e8fe9d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Component/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function About() {
export default About;

const AboutContainer = styled.div`
border: 3px solid wheat;
display: flex;
justify-content: center;
align-items: center;
Expand Down
1 change: 0 additions & 1 deletion src/Component/Contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function Contact() {
export default Contact;

const ContactContainer = styled.div`
border: 3px solid white;
font-weight: 100;
height: 100%;
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/Component/Hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export function Hero() {
// export default Hero;

const HeroContainer = styled.div`
border: 1px solid white;
width: 100vw;
@media screen and (max-width: 900px) {
height: 80vh;
Expand Down
5 changes: 3 additions & 2 deletions src/Component/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ function Navbar() {
export default Navbar;

const Nav = styled.nav`
width:100%;
width:85%;
display: flex;
justify-content: center;
justify-content: space-between;
margin: 0 auto;
align-items: center;
`

Expand Down
1 change: 0 additions & 1 deletion src/Component/Skill/Skill.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Skill() {

export default Skill;
const SkillContainer = styled.div`
border: 3px solid white;
width: 80%;
margin: 0 auto;
h1 {
Expand Down

0 comments on commit 3e8fe9d

Please sign in to comment.