Skip to content

Commit

Permalink
Remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Dec 9, 2021
1 parent 0dc76df commit 4765d5f
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ ul {
background-color: white;
}

.heading {
text-align: center;
margin: 55px 0;
font-size: 4em;
font-weight: 100;
}

/* NAV BAR *//* NAV BAR *//* NAV BAR *//* NAV BAR *//* NAV BAR *//* NAV BAR *//* NAV BAR */

.nav {
Expand Down Expand Up @@ -291,12 +284,6 @@ ul {
margin-left: 15%;
}


.about-description {
font-size: 1.2em;
line-height: 150%;
}

/* CONTACT */

#contact {
Expand Down Expand Up @@ -402,10 +389,6 @@ ul {
display: none;
}

.intro__picture {
display: none;
}

.skills__list {
margin: 75px 10px 75px 10px;
grid-template-columns: 20% 50% 30%;
Expand Down Expand Up @@ -465,13 +448,6 @@ ul {
/* margin-left: .5em; */
}

.heading-pic{
height: 100%;
width: 100%;
object-fit: contain;

}

.bio-pic {
border-radius: 50%;
width: 100%;
Expand All @@ -484,13 +460,6 @@ ul {
font-size: 3em;
}

.about-description{
font-size: 1em;
margin: auto .5em;
}



#contact {
margin: 50px 0;
}
Expand Down

0 comments on commit 4765d5f

Please sign in to comment.