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 9771f99 commit f1063cfCopy full SHA for f1063cf
_pages/about.md
@@ -20,6 +20,19 @@ news: true # includes a list of news items
20
social: true # includes social icons at the bottom of the page
21
---
22
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
34
35
36
<div class="lablogo l-screen-inset">
37
<p align="center">
38
<img src="/assets/img/lab_logo.png" alt="Lab Logo" style="width: 100%;">
0 commit comments