File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ blockquote p {
28
28
body {
29
29
text-shadow : none ;
30
30
background : none ;
31
+ font-size :20px ;
31
32
}
32
33
#container
33
34
{
@@ -208,7 +209,7 @@ pre code {
208
209
209
210
#centeringDiv {
210
211
margin : auto ;
211
- max-width : 800 px ;
212
+ max-width : 900 px ;
212
213
}
213
214
#navDiv
214
215
{
@@ -458,12 +459,12 @@ h2 {
458
459
459
460
#bodyInner
460
461
{
461
- max-width : 800 px ;
462
+ max-width : 900 px ;
462
463
}
463
464
#innerHeader {
464
465
display : flex ;
465
466
width : 100% ;
466
- max-width : 820 px ;
467
+ max-width : 920 px ;
467
468
height :60px ;
468
469
align-items : center ;
469
470
flex-wrap : nowrap ;
@@ -516,8 +517,9 @@ header
516
517
}
517
518
#bannerText
518
519
{
519
- font-size :20 px ;
520
+ font-size :26 px ;
520
521
flex-grow : 1 ;
522
+ padding-right :20px ;
521
523
}
522
524
#bannerCode
523
525
{
Original file line number Diff line number Diff line change 1
1
<div id =" banner " >
2
2
<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.
4
4
</span >
5
5
<img id =" bannerCode " src =" /assets/slang-example-code.gif " />
6
6
</div >
You can’t perform that action at this time.
0 commit comments