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{
margin: 4rem;
padding: 0.5rem;
padding: 0.1rem;
max-width: 45rem;
}
@@ -22,4 +22,12 @@
.about .right{
max-width: 700px;
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>
</div>
<div className="right">
<img src={Logo} alt="React" />
<img className="logoPic" src={Logo} alt="React" />
</div>
</div>
);
+1 -7
View File
@@ -1,10 +1,4 @@
import {
FaGithub,
FaLinkedin,
FaMailBulk,
FaPhone,
FaTwitter,
} from "react-icons/fa";
import { FaGithub, FaLinkedin, FaMailBulk, FaTwitter } from "react-icons/fa";
import "./Footer.css";
import React from "react";
+1 -1
View File
@@ -64,7 +64,7 @@ z-index: 10;
left: 0;
}
.logo {
.logo{
padding-top: 7px;
width: 45px;
height: 45px;