Update content to focus on the important parts.
This commit is contained in:
@@ -19,4 +19,21 @@ h1, h2, h3, h4, h5, h6, .main-menu, .decoration-primary-500 {
|
||||
figure {
|
||||
margin: .5em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Table styling for tools directory */
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
table th:first-child,
|
||||
table td:first-child {
|
||||
width: 25%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table th:last-child,
|
||||
table td:last-child {
|
||||
width: 75%;
|
||||
}
|
||||
Reference in New Issue
Block a user