Skip to content

Commit f1063cf

Browse files
authored
Update about.md
1 parent 9771f99 commit f1063cf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_pages/about.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ news: true # includes a list of news items
2020
social: true # includes social icons at the bottom of the page
2121
---
2222

23+
24+
Occasionally you’ll want to use the full browser width.
25+
For this, use `.l-screen`.
26+
You can also inset the element a little from the edge of the browser by using the inset variant.
27+
28+
<div class="fake-img l-screen">
29+
<p>.l-screen</p>
30+
</div>
31+
<div class="fake-img l-screen-inset">
32+
<p>.l-screen-inset</p>
33+
</div>
34+
35+
2336
<div class="lablogo l-screen-inset">
2437
<p align="center">
2538
<img src="/assets/img/lab_logo.png" alt="Lab Logo" style="width: 100%;">

0 commit comments

Comments
 (0)