ac6b11037d
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
20 lines
302 B
CSS
20 lines
302 B
CSS
.md-logo img {
|
|
background-color: white;
|
|
border-radius: 50%;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
/* Fix for Chrome */
|
|
.md-typeset__table td code {
|
|
word-break: unset;
|
|
}
|
|
|
|
.md-typeset__table tr :nth-child(1) {
|
|
word-wrap: break-word;
|
|
max-width: 30em;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
}
|