Skip to content

Commit

Permalink
"Fixed Mobile Version Again.."
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Skeen committed Sep 10, 2024
1 parent 509880e commit a36481e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ body {
}

.about-me-header-cont {
margin: 8% 0% 0% 0%;
margin: 8% 0% -18% 0%;
}

.nav-logo, .logo-link, .logo {
Expand Down Expand Up @@ -529,7 +529,7 @@ body {
}

.projects-header-cont {
margin: 9% 0% 0% 0%
margin: 9% 0% -18% 0%
}

.python-summary-cont {
Expand All @@ -538,4 +538,15 @@ body {
border: 3px inset rgb(21, 243, 220)
}

.curly-line-project {
width: 70%;
margin: 0% 0% 0% 0%
}

.curly-line-about {
width: 70%;

}


}

0 comments on commit a36481e

Please sign in to comment.