Minor Fix

This commit is contained in:
2024-01-18 10:42:16 +00:00
parent 32e4a1c41d
commit ab42f84eb0
4 changed files with 12 additions and 10 deletions
+9 -1
View File
@@ -10,7 +10,7 @@
.about .left{ .about .left{
margin: 4rem; margin: 4rem;
padding: 0.5rem; padding: 0.1rem;
max-width: 45rem; max-width: 45rem;
} }
@@ -23,3 +23,11 @@
max-width: 700px; max-width: 700px;
padding-right: 1rem; padding-right: 1rem;
} }
@media screen and (max-width: 950px) {
.logoPic{
width: 350px;
height: 350px;
}
}
+1 -1
View File
@@ -31,7 +31,7 @@ const AboutContent = () => {
</Link> </Link>
</div> </div>
<div className="right"> <div className="right">
<img src={Logo} alt="React" /> <img className="logoPic" src={Logo} alt="React" />
</div> </div>
</div> </div>
); );
+1 -7
View File
@@ -1,10 +1,4 @@
import { import { FaGithub, FaLinkedin, FaMailBulk, FaTwitter } from "react-icons/fa";
FaGithub,
FaLinkedin,
FaMailBulk,
FaPhone,
FaTwitter,
} from "react-icons/fa";
import "./Footer.css"; import "./Footer.css";
import React from "react"; import React from "react";
+1 -1
View File
@@ -64,7 +64,7 @@ z-index: 10;
left: 0; left: 0;
} }
.logo { .logo{
padding-top: 7px; padding-top: 7px;
width: 45px; width: 45px;
height: 45px; height: 45px;