Skip to content

Commit 47a1cec

Browse files
committed
util: Header styling changes
1 parent d0fde28 commit 47a1cec

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/config/_default/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ pygmentsUseClasses = true
4343
weight = 2
4444

4545
[[menu.buttons]]
46-
name = "Get The Things Stack"
46+
name = "Get Started"
4747
url = "https://accounts.thethingsindustries.com/fee-calculator"
4848
weight = 1

doc/themes/the-things-stack/assets/css/theme.scss

+4
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@
3535
}
3636

3737
@import "vendor/bulma-tooltip.min";
38+
39+
.DocSearch-Modal {
40+
transform: translate(0, 56px)
41+
}

doc/themes/the-things-stack/layouts/_default/baseof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22

3-
<html class="has-navbar-fixed-top">
3+
<html>
44

55
{{ partial "head/head.html" . }}
66

0 commit comments

Comments
 (0)