Skip to content

Commit e63f7b0

Browse files
committed
Fix text.
1 parent c0be753 commit e63f7b0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

assets/style.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ blockquote p {
2828
body {
2929
text-shadow: none;
3030
background: none;
31+
font-size:20px;
3132
}
3233
#container
3334
{
@@ -208,7 +209,7 @@ pre code {
208209

209210
#centeringDiv {
210211
margin: auto;
211-
max-width: 800px;
212+
max-width: 900px;
212213
}
213214
#navDiv
214215
{
@@ -458,12 +459,12 @@ h2 {
458459

459460
#bodyInner
460461
{
461-
max-width: 800px;
462+
max-width: 900px;
462463
}
463464
#innerHeader{
464465
display: flex;
465466
width: 100%;
466-
max-width: 820px;
467+
max-width: 920px;
467468
height:60px;
468469
align-items: center;
469470
flex-wrap: nowrap;
@@ -516,8 +517,9 @@ header
516517
}
517518
#bannerText
518519
{
519-
font-size:20px;
520+
font-size:26px;
520521
flex-grow: 1;
522+
padding-right:20px;
521523
}
522524
#bannerCode
523525
{

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="banner">
22
<span id="bannerText">
3-
Slang is a GPU-first language that extends HLSL with new capabilities for modular, extensible, and high-performance programming.
3+
Slang is a GPU-first language with modern features for modular, extensible, and high-performance programming.
44
</span>
55
<img id="bannerCode" src="/assets/slang-example-code.gif"/>
66
</div>

0 commit comments

Comments
 (0)