Skip to content

Commit

Permalink
Merge pull request #8 from garussell/clean-up
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
garussell authored Dec 7, 2023
2 parents 70b81ef + 6aad4b6 commit d5beb69
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 3,034 deletions.
2 changes: 1 addition & 1 deletion app/assets/config/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

//= link application.js
//= link styles.css

//= link custom.css
//= link js/all.js
//= link popper.min.js

Expand Down
32 changes: 32 additions & 0 deletions app/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.exposure-container {
display: flex;
}

.column {
flex: 1;
margin-right: 20px;
}

.exposure-list {
margin-bottom: 20px;
padding: 0;
column-count: 2;
}

.exposure-list li {
list-style: none;
margin-bottom: 10px;
break-inside: avoid;
}
.github-graph img {
max-width: 100%;
}
.medium-article {
display: flex;
flex-direction: column;
align-self: center;
}

.item li {
list-style: circle;
}
Loading

0 comments on commit d5beb69

Please sign in to comment.