summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIko <iko@iko.im>2019-12-26 23:46:31 +0000
committerIko <iko@iko.im>2019-12-26 23:46:31 +0000
commit48cc1f20142a0e3bab7e246662dd0b41fe04fbff (patch)
treed154860192ccb164df3187ae94f0b0dfe1eda7d6
parent85864a9837485b7867005d695a29e4a9cdfd373e (diff)
Edit project links indent, resize header logo
-rw-r--r--html/theme.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/theme.css b/html/theme.css
index cf8a6fa..51b6fcf 100644
--- a/html/theme.css
+++ b/html/theme.css
@@ -201,6 +201,9 @@ code {
content: "•";
padding: 0 0.5rem 0 0;
}
+ .main ul li p { margin: 0; }
+ .main ul li ul li { margin: 0 0 0 2.6rem; }
+
.toc {
margin: 2rem 0 4rem;
@@ -278,6 +281,14 @@ pre.sourceCode {
@media (max-width: 689px) {
.header, .main, .footer { padding: 0 2rem; }
+ /* Scale header logo */
+ .header-title__link img {
+ max-width: 90%;
+ position: relative;
+ object-fit: cover;
+ object-position: center;
+ }
+
/* Stack nav items */
.nav { width: 18rem; }
.nav__link { display: block; }