kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix logo display in Sphinx docs
rodzic
9ccc140e2c
commit
f550f2fad8
|
@ -1,5 +1,6 @@
|
||||||
img.logo {
|
img.logo {
|
||||||
width:100%
|
max-width:90%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.body p.caption {
|
div.body p.caption {
|
||||||
|
@ -9,3 +10,11 @@ div.body p.caption {
|
||||||
h2 a.toc-backref {
|
h2 a.toc-backref {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.navbar-brand{
|
||||||
|
display: flex;
|
||||||
|
justify-content:center;
|
||||||
|
align-items:center;
|
||||||
|
overflow:hidden
|
||||||
|
}
|
Ładowanie…
Reference in New Issue