Skip to content

Commit 610fd37

Browse files
committed
chore: tune layout
1 parent 9337295 commit 610fd37

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

example.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ layout: two-cols-header
5959

6060
::right::
6161

62-
Lorem Lorem Lorem
62+
```javascript
63+
console.log("With some code");
64+
```
6365

6466
---
6567

@@ -70,6 +72,12 @@ Bliblablub
7072

7173
---
7274

75+
# Math
76+
77+
$\sqrt{3x-1}+(1+x)^2$
78+
79+
---
80+
7381
# Navigation
7482

7583
Hover on the bottom-left corner to see the navigation's controls panel

styles/layout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ h6 {
158158
margin: 0;
159159
}
160160

161+
.col-right pre:first-of-type, .col-left pre:first-of-type {
162+
margin-top: 1rem;
163+
}
164+
161165
#slideshow > div {
162166
background-image: url(./images/brand-aslant-light.svg), url(./images/divider-bottom.svg);
163167
background-repeat: no-repeat;

0 commit comments

Comments
 (0)