8000
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 02fc2c7 commit f16a92eCopy full SHA for f16a92e
config.toml
@@ -1,4 +1,4 @@
1
-title = "Rust Game Development Working Group"
+title = "Rust GameDev WG"
2
description = "Stay up to date with the progress and recent developments in the Rust Game Development Working Group."
3
base_url = "https://gamedev.rs/"
4
default_language = "en"
sass/_extra.scss
@@ -15,6 +15,14 @@ pre > code {
15
.site-header {
16
// To avoid a thick black line on top of the page.
17
border-top: none;
18
+
19
+ // To center the site's title.
20
+ text-align: center;
21
+}
22
23
+.site-title {
24
25
+ float: none;
26
}
27
28
.intro {
0 commit comments