Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 27511c8

Browse files
committed
docs: decrease page title font size to h3
This looks nicer when viewing on a 15in laptop screen. Also, it lines up perfectly with the A+DT icon on the sidebar
1 parent 98f5f7e commit 27511c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo/src/app/base-demo/base-demo.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col">
5-
<h2 class="header center-on-small-only">{{pageTitle}}</h2>
5+
<h3 class="header center-on-small-only">{{pageTitle}}</h3>
66
</div>
77
</div>
88
</div>

demo/src/app/getting-started.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col s12 m9">
5-
<h1 class="header center-on-small-only">Installation</h1>
5+
<h3 class="header center-on-small-only">Installation</h3>
66
</div>
77
</div>
88
</div>

demo/src/app/person.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col s12 m9">
5-
<h1 class="header center-on-small-only">Person details</h1>
5+
<h3 class="header center-on-small-only">Person details</h3>
66
</div>
77
</div>
88
</div>

demo/src/app/welcome.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col s12 m9">
5-
<h1 class="header center-on-small-only">Angular DataTables</h1>
5+
<h3 class="header center-on-small-only">Angular DataTables</h3>
66
</div>
77
</div>
88
</div>

0 commit comments

Comments
 (0)