Skip to content

Commit

Permalink
Remove license text and amend styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dragunoff authored and pchote committed Mar 21, 2021
1 parent ffab6db commit a56f6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 693 deletions.
4 changes: 4 additions & 0 deletions _sass/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
}

.site-content {
display: flex;
flex-direction: column;
min-height: calc(100vh - 300px);
padding-bottom: 1px;
}
Expand Down Expand Up @@ -200,6 +202,7 @@
}

.site-section {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: stretch;
Expand Down Expand Up @@ -254,6 +257,7 @@
}

.site-section__divider {
margin: 0;
background: black;
height: 2px;
border-top: rgb(58, 56, 64) 1px solid;
Expand Down
Loading

0 comments on commit a56f6d4

Please sign in to comment.