Improve css selectors due to mkdocs version mismatch
This commit is contained in:
parent
ae7bc508e8
commit
463915da1a
@ -38,11 +38,11 @@ body.homepage div.jumbotron div.card {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
body.homepage>div.container>div.row>div.col-md-3 {
|
||||
body.homepage>div.container div.col-md-3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.homepage>div.container>div.row>div.col-md-9 {
|
||||
body.homepage>div.container div.col-md-9 {
|
||||
margin-left: 0;
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user