Skip to content

Commit dfa1dd8

Browse files
Center header
1 parent 86efde8 commit dfa1dd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-gap-decorations/notebook.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
column-rule-break: spanning-item;
3030
row-rule:
3131
/* header lines */
32-
repeat(3, 1px solid #a7c1d9),
32+
repeat(3, 0),
3333
/* thick line under notes sections */
3434
2px solid #333,
3535
/* body lines */
3636
repeat(auto, 1px solid #a7c1d9),
3737
/* thick line above summary */
3838
2px solid #333,
3939
/* footer lines */
40-
repeat(3, 1px solid #a7c1d9);
40+
repeat(3, 0);
4141
row-rule-break: none;
4242

4343
background: #fdf8e3;
@@ -81,6 +81,7 @@
8181
display: grid;
8282
grid-template-columns: 1fr 2fr;
8383
gap: 2px;
84+
align-content: center;
8485
}
8586

8687
.notebook-page header h1 {

0 commit comments

Comments
 (0)