Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
359 B
CSS
Raw Permalink Normal View History

/* add padding after logo */
.logo {
2020-06-23 15:11:43 +01:00
height: 100%;
width: 80px;
margin-bottom: 20px;
}
div.admonition.note p.admonition-title {
2020-06-23 15:11:43 +01:00
font-size: 1em;
font-weight: bold;
}
div.admonition.note p.admonition-title ~ p {
2020-06-23 15:11:43 +01:00
margin-top: 0;
}
pre {
2020-06-23 15:11:43 +01:00
white-space: pre-wrap;
background: #eee;
padding: 25px 30px;
margin: 15px 0px;
line-height: 1.3em;
}