Skip to content

Commit

Permalink
made the body a little bit larger
Browse files Browse the repository at this point in the history
  • Loading branch information
Speyll committed Dec 14, 2024
1 parent f30f660 commit e5bad8b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,23 @@ <h3>Pre-formatted text</h3>
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~</pre>

<h3>Pre-formatted text code</h3>
<pre><code>message LaunchSession {
// Required; must match the id of an application returned in "12 - Application
// List".
string application_id = 1;

VirtualDisplayParameters display_params = 10; // Required.

// Any gamepads that should be available at the start of the session. This is
// sometimes important for applications that don't correctly support
// hotplugged devices.
//
// These gamepads should be considered permanently connected, and
// GamepadUnavailable events should be ignored for them.
repeated Gamepad permanent_gamepads = 20;
}</code></pre>

<h2>Text Sections</h2>
<p>Text sections are like building blocks of a story. They add flavor and style to your web page.</p>
<p><a href="#!">This is a text link</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion suCSS-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion suCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ body {
background-color: var(--bg);
font-size: 1rem;
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
grid-template-columns: 1fr min(47rem, 90%) 1fr;
grid-template-rows: auto 1fr auto;
grid-row-gap: .625rem;
}
Expand Down

0 comments on commit e5bad8b

Please sign in to comment.