Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/about/mission.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 10

## Our mission

OpenADMET is an organization with the mission to build open predictive models of safety and toxicity for small molecules, to solve the common problem inherent across the field, improving humanity's ability to more reliably, cheaply, and effectively treat disease.
OpenADMET is an organization with the mission to build open predictive models of safety and toxicity for small molecules to improve humanity's ability to more reliably, cheaply, and effectively treat disease.

### What is OpenADMET?
Read our [blog](/community/blogs/whatisopenadmet/) to learn more about our project.
2 changes: 1 addition & 1 deletion themes/hugo-kiera-master/static/css/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ footer .column-2 .social { margin: 1em 0; }


@media only screen and (max-width: 600px) {
:is(.projects, .people,.events) .gridflex {
:is(.projects, .people,.events, .blogs) .gridflex {
grid-template-columns: repeat(1,100%);
}
.projects .grid-item {
Expand Down