Added css to improve user experience with docs

pull/30142/head
afro-coder 2021-10-19 18:12:21 +05:30
parent 1ec4e8effc
commit f4bea11f53
No known key found for this signature in database
GPG Key ID: 432B4125EDF8414E
1 changed files with 6 additions and 0 deletions

View File

@ -378,6 +378,12 @@ body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-do
border-radius: 3px;
}
.td-documentation .td-content > .highlight {
max-width: initial;
width: 100%;
}
body.td-home #deprecation-warning {
max-width: 1000px;
margin-top: 2.5rem;