Skip to content

Commit 1746ed5

Browse files
committed
use container style and h1 is similar to h2
1 parent 535b199 commit 1746ed5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

_layouts/design.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
<article id="design-doc">
5+
<article class="container" id="design-doc">
66
{% if page.url != "/design/" %}
77
<a href="/design/">⬆ Design Documents Overview</a>
88
<h1>{{ page.title }}</h1>

css/style.css

+13-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ html, body {
1919
color: #5fa9dd;
2020
}
2121

22+
h1 {
23+
font-size: 16pt;
24+
color: white;
25+
background-color: black;
26+
text-align: center;
27+
font-weight: bold;
28+
text-transform: uppercase;
29+
padding-top: 10px;
30+
padding-bottom: 10px;
31+
max-width: 400px;
32+
}
33+
2234
h2 {
2335
font-size: 14pt;
2436
color: white;
@@ -133,7 +145,7 @@ figcaption a {
133145
}
134146

135147
#design-doc {
136-
margin: 5% 10% 0% 10%;
148+
margin-top: 5%
137149
}
138150

139151
#design-doc h1 {

design/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please feel free to ask questions in the [Issue Tracker] for this website, in
2020
* 2019-05-21 [DocNow Conversation](2019-05-21-conversation)
2121
* 2019-01-23 [DocNow Deployment](2019-01-23-deployment)
2222
* 2019-01-23 [Mukurtu Ansible](2019-01-23-mukurtu-ansible)
23-
* 2018-12-06 [Static Archive Download](2018-12-06-static-archive)
23+
* 2018-12-06 [Static Archive](2018-12-06-static-archive)
2424

2525
[Project Roadmap]: https://github.com/docnow/roadmap#readme
2626
[Issue Tracker]: https://github.com/docnow/docnow.github.io/issues

0 commit comments

Comments
 (0)