Skip to content

Commit 5915566

Browse files
committed
testing the layout width
1 parent 01f56ad commit 5915566

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
/* Adjust the width of the main content area */
3+
.book .book-body .body-inner {
4+
max-width: 60%;
5+
margin: auto;
6+
}
7+
8+
/* Adjust the width of the left and right side columns */
9+
.book .book-summary {
10+
width: 20%;
11+
}
12+
213
/*
314
.book h1:contains("Day 1"),
415
.book h1:contains("Day 2") {

0 commit comments

Comments
 (0)