Skip to content

Commit

Permalink
Edit sidebar (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq authored Feb 7, 2024
1 parent 24e6b4f commit d1eea97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@ h3.hasAnchor#prereq3 #prereq4 #prereq5 #prereq6 #prereq7 #prereq8 #prereq9 #prer
.book .book-summary {
font-family: "Ubuntu";
}

.book.with-summary .book-header.fixed {
left: 370px;
}

.book.with-summary .book-body {
left: 370px;
}

.book .book-summary {
width: 370px;
}
3 changes: 2 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Exploring Complex Survey Data Analysis in R: A Tidy Introduction with srvyr"
title: "Exploring Complex Survey Data Analysis in R"
subtitle: "A Tidy Introduction with srvyr"
author: "Stephanie Zimmer, Rebecca J. Powell, and Isabella Velásquez"
date: "`r Sys.Date()`"
documentclass: krantz
Expand Down

0 comments on commit d1eea97

Please sign in to comment.