[postgis-tickets] [SCM] postgis.net branch hugo updated. 5d1efb7c950d0fa9b5e0cfd1db170b58638660c8
git at osgeo.org
git at osgeo.org
Thu Mar 31 22:09:56 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".
The branch, hugo has been updated
via 5d1efb7c950d0fa9b5e0cfd1db170b58638660c8 (commit)
from dc5127a8647f8df1e4dad4bacae808a0c017dec7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d1efb7c950d0fa9b5e0cfd1db170b58638660c8
Author: Regina Obe <lr at pcorp.us>
Date: Fri Apr 1 01:09:47 2022 -0400
Change title to PostGIS from About PostGIS. Get rid of negative padding on h2
diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass
index c7b41fd..f5340be 100644
--- a/assets/sass/_custom.sass
+++ b/assets/sass/_custom.sass
@@ -24,7 +24,7 @@ h2
color: var(--header-text)
margin-bottom: 0.7em
margin-top: 1em
- margin-left: -5px
+ margin-left: 0px
margin-right: 0
font-size: 1.2em
font-weight: 500
diff --git a/content/_index.md b/content/_index.md
index 0e550e4..6e5003a 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
---
-title: About PostGIS
+title: PostGIS
description: PostGIS provides spatial objects for the PostgreSQL database, allowing storage and query of information about location and mapping.
date: 2022-02-20
draft: false
-----------------------------------------------------------------------
Summary of changes:
assets/sass/_custom.sass | 2 +-
content/_index.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list