Skip to content

Commit

Permalink
Updated collapsing margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dstephenson8 committed Dec 13, 2023
1 parent 5d9763b commit 409589e
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ a:focus{
display: flex;
align-items: baseline;
justify-content: center;
border: 1px solid red;
}
.socialLinks{
color: black;
Expand Down Expand Up @@ -357,39 +358,46 @@ footer{
/* padding-right: 100px; */
align-items: center;
align-content: center;

}


/*
h1{
width: 300px;
margin: 20px auto 10px auto;
}
} */



/* picture columnn */
.col1{
/* height: 90%; */
height: 50vh;
min-height: 50vh;
width: 300px;
margin: 0;

/* padding-right: 100px; */
;
}


/* about me columnn */
.col2{
/* padding: 0 10px; */
/* height: 90%; */
height: 50vh;
height: 90%;
/* height: 50vh; */
width: 300px;
text-align: left;
margin: 0;
border-left: none;
padding: 1.2em;
margin-top: 0
margin-top: 0;

}
.socialLinksContainer{
border: 1px solid red;
margin: 1px;
}


}
Expand Down

0 comments on commit 409589e

Please sign in to comment.