Skip to content

Commit

Permalink
styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsophiekim authored and alexsophiekim committed Dec 18, 2023
1 parent 2107034 commit c3904fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ section {
height: 200px;
display: flex;
flex-direction: row;
align-items: center;
}
.contactBox .column {
width: 270px;
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scss/_contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
height: 200px;
display: flex;
flex-direction: row;
align-items: center;
.column{
width: calc(300px - 30px);
height: calc(200px - 30px);
Expand Down

0 comments on commit c3904fe

Please sign in to comment.