Skip to content

Commit c0e504a

Browse files
committed
Minor adjustments to website
1 parent 53248f7 commit c0e504a

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"mac": "hello-world.mac.png"
574574
},
575575
"description": [
576-
"No Chromium. No V8. No 200MB runtime. Just a 5MB DLL and GPU-accelerated rendering via WebRender.",
576+
"No Chromium. No V8. No 200MB runtime. Just a 15MB DLL and GPU-accelerated rendering via WebRender.",
577577
"Your app state lives in YOUR code - Azul just renders it. Unlike React, you control exactly when the UI refreshes.",
578578
"Write once in Rust, C, C++ or Python. Style with real CSS. Ship a single binary that starts instantly."
579579
]
@@ -635,7 +635,7 @@
635635
"description": [
636636
"Embed raw OpenGL directly in your UI - no WebGL abstraction, no canvas hacks.",
637637
"Render 3D scenes, CAD models, or data visualizations right next to native widgets.",
638-
"Perfect for scientific apps, games, or anything Electron could never handle."
638+
"Perfect for scientific apps, GIS or CAD."
639639
]
640640
},
641641
{
@@ -665,7 +665,7 @@
665665
"description": [
666666
"Display 10 million rows at 60 FPS. IFrameCallbacks render only what's visible on screen.",
667667
"Lazy-load images, SVGs, and complex content as users scroll - zero upfront memory cost.",
668-
"The same technique powers IDE file trees, database viewers, and infinite feeds."
668+
"Perfect for IDE file trees, database viewers, and infinite feeds, ..."
669669
]
670670
},
671671
{
@@ -695,7 +695,7 @@
695695
"description": [
696696
"Real OS threads, not JavaScript promises. Background tasks with automatic UI updates.",
697697
"Spawn database queries, file operations, or network requests without freezing your app.",
698-
"Timers, thread pools, and progress callbacks built-in. No async/await ceremony required."
698+
"Timers, thread pools, and progress callbacks built-in."
699699
]
700700
},
701701
{
@@ -723,7 +723,7 @@
723723
"mac": "xhtml.mac.png"
724724
},
725725
"description": [
726-
"Block, inline, flexbox, grid - the same layout power as modern browsers.",
726+
"Block, inline, flexbox, grid - the same layout power as modern browsers, but without any bloat.",
727727
"Load XHTML from files or strings. Hot-reload your UI without recompiling.",
728728
"Perfect for designers: tweak styles in CSS, see changes instantly."
729729
]
@@ -754,8 +754,8 @@
754754
},
755755
"description": [
756756
"Modern CSS Grid and Flexbox layouts, powered by the Taffy engine.",
757-
"Build responsive, complex interfaces without fighting your layout system.",
758-
"The same CSS you know from the web - without the browser baggage."
757+
"Build responsive, complex interfaces without learning yet another layout system.",
758+
"Just the same CSS you know from the web - without the browser baggage."
759759
]
760760
}
761761
],

doc/src/docgen/guide.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ pub fn generate_guide_html(guide: &Guide, version: &str) -> String {
201201
margin-left: 30px;
202202
}
203203
#guide li {
204-
font-size: 1.1em;
205-
margin-bottom: 1em;
206-
margin-top: 1em;
204+
font-size: 16px;
207205
}
208206
#guide code {
209207
font-family: monospace;

0 commit comments

Comments
 (0)