We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86efde8 commit dfa1dd8Copy full SHA for dfa1dd8
css-gap-decorations/notebook.html
@@ -29,15 +29,15 @@
29
column-rule-break: spanning-item;
30
row-rule:
31
/* header lines */
32
- repeat(3, 1px solid #a7c1d9),
+ repeat(3, 0),
33
/* thick line under notes sections */
34
2px solid #333,
35
/* body lines */
36
repeat(auto, 1px solid #a7c1d9),
37
/* thick line above summary */
38
39
/* footer lines */
40
- repeat(3, 1px solid #a7c1d9);
+ repeat(3, 0);
41
row-rule-break: none;
42
43
background: #fdf8e3;
@@ -81,6 +81,7 @@
81
display: grid;
82
grid-template-columns: 1fr 2fr;
83
gap: 2px;
84
+ align-content: center;
85
}
86
87
.notebook-page header h1 {
0 commit comments