Skip to content

Commit 1c77191

Browse files
committed
Center and abbreviate site's title
1 parent 02fc2c7 commit 1c77191

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title = "Rust Game Development Working Group"
1+
title = "Rust GameDev WG"
22
description = "Stay up to date with the progress and recent developments in the Rust Game Development Working Group."
33
base_url = "https://gamedev.rs/"
44
default_language = "en"

sass/_extra.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ pre > code {
1515
.site-header {
1616
// To avoid a thick black line on top of the page.
1717
border-top: none;
18+
19+
// To center the site's title.
20+
text-align: center;
21+
}
22+
23+
.site-title {
24+
// To center the site's title.
25+
float: none;
1826
}
1927

2028
.intro {

0 commit comments

Comments
 (0)