Skip to content

Commit 148a8cb

Browse files
committed
updated title
1 parent 56f5eef commit 148a8cb

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Good Privacy by Developers
1+
# The Developers' Guide for Privacy and Security
22

33
## About
44

_assets/stylesheets/modules/_header.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
display: block;
77
padding: 75px 0 20px;
88
border-bottom: 1px solid $base-border-color;
9+
width: 900px;
10+
margin: 0 auto;
911
}
1012

1113
.header-logo {

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mandatory settings
22

33
blog_theme: light # Or use dark
4-
name: Good Privacy by Developers
4+
name: The Developers' Guide for Privacy and Security
55
paginate: 25
66
url: http://privacydev.org/
77

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% include head.html %}
44
<body>
55
<main>
6-
<div class="grid grid-centered" style="max-width: 650px;">
6+
<div class="grid grid-centered" style="max-width: 900px;">
77
<div class="grid-cell">
88
{% include navigation.html %}
99
{{ content }}

0 commit comments

Comments
 (0)