Skip to content

Commit

Permalink
chore: tune layout
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Feb 19, 2024
1 parent 9337295 commit 610fd37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion example.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ layout: two-cols-header

::right::

Lorem Lorem Lorem
```javascript
console.log("With some code");
```

---

Expand All @@ -70,6 +72,12 @@ Bliblablub

---

# Math

$\sqrt{3x-1}+(1+x)^2$

---

# Navigation

Hover on the bottom-left corner to see the navigation's controls panel
Expand Down
4 changes: 4 additions & 0 deletions styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ h6 {
margin: 0;
}

.col-right pre:first-of-type, .col-left pre:first-of-type {
margin-top: 1rem;
}

#slideshow > div {
background-image: url(./images/brand-aslant-light.svg), url(./images/divider-bottom.svg);
background-repeat: no-repeat;
Expand Down

0 comments on commit 610fd37

Please sign in to comment.