mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Modify first page design (#537)
This commit is contained in:
@@ -620,11 +620,15 @@ html[data-theme="dark"] .footer__link-item:hover {
|
||||
.tbl-1 > table {
|
||||
width: 100%;
|
||||
display: inline-table;
|
||||
margin: 48px 0;
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
|
||||
.tbl-1 > thead {
|
||||
font-size: x-large;
|
||||
.tbl-1 > table tbody tr:first-child td:first-child {
|
||||
border-top-left-radius: var(--ifm-card-border-radius);
|
||||
}
|
||||
|
||||
.tbl-1 > table tbody tr:first-child td:last-child {
|
||||
border-top-right-radius: var(--ifm-card-border-radius);
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .markdown thead th {
|
||||
@@ -765,6 +769,15 @@ html[data-theme="dark"] .alert.alert--secondary {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.markdown .no-ext-icon {
|
||||
background: unset !important;
|
||||
padding: unset !important;
|
||||
margin: 0 auto !important;
|
||||
text-underline-offset: unset;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.markdown .img-swt {
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user