We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca2fa4 + c014d68 commit 1377d47Copy full SHA for 1377d47
6 files changed
src/containers/skills/Skills.css
@@ -1,5 +1,6 @@
1
.skills-main-div {
2
display: flex;
3
+ overflow: hidden;
4
}
5
6
.skills-header {
src/pages/contact/ContactComponent.css
@@ -1,5 +1,5 @@
.contact-main {
- width: 100vw;
+ width: 100%;
.basic-contact {
src/pages/education/EducationComponent.css
.education-main {
.basic-education {
src/pages/experience/Experience.css
.experience-main {
.basic-experience {
src/pages/opensource/Opensource.css
@@ -1,3 +1,3 @@
.opensource-main {
src/pages/projects/Projects.css
.projects-main {
text-align: center;
0 commit comments