Skip to content

Commit

Permalink
css issues fix in articles
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Aug 30, 2023
1 parent 47c68e9 commit 1bff048
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions supplemental_ui/partials/article.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,24 @@ Last updated: {{page.attributes.revdate}}</p>
margin-top: 60px;
}
}
.search-container {
display: flex;
height: 48px;
}
table {
background-color: transparent;
border: none;
}
table td, table th {
padding: 12px;
border: none;
font-size: 18px;
text-align: left;
}
pre {
padding: 0rem;
background: transparent;
}
</style>

0 comments on commit 1bff048

Please sign in to comment.