Minor styling improvements

This commit is contained in:
Joe Rickerby
2022-08-17 09:12:02 +01:00
parent 75c93112dc
commit 225ff6347f
5 changed files with 23 additions and 3 deletions
+8 -1
View File
@@ -63,6 +63,13 @@ h1, h2, h3, h4, h5, h6 {
border: none;
}
@media screen and (max-width: 768px) {
.wy-nav-content-wrap .wy-nav-content {
padding: 1em;
}
}
/*
Code block filename style
@@ -228,7 +235,7 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5em;
}
/* theme fix-ups */
/* mkdocs update theme fix-ups */
.rst-content code, .rst-content tt, code {
/* border: none; */