Fix logo display in Sphinx docs

pull/906/head
Tania Allard 2020-05-18 16:27:42 +01:00
rodzic 9ccc140e2c
commit f550f2fad8
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
img.logo {
width:100%
max-width:90%;
height: auto;
}
div.body p.caption {
@ -9,3 +10,11 @@ div.body p.caption {
h2 a.toc-backref {
text-decoration: none;
}
.navbar-brand{
display: flex;
justify-content:center;
align-items:center;
overflow:hidden
}