diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 8de7b22..82ad152 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ Icon Network Trash Folder Temporary Items .apdisk + +# Root direcories of other projects +nextcloud + diff --git a/css/layout.css b/css/layout.css index 9f9474f..7955c2e 100755 --- a/css/layout.css +++ b/css/layout.css @@ -52,7 +52,7 @@ header .banner { vertical-align: middle; margin: 0 auto; width: 85%; - padding-bottom: 30px;s + padding-bottom: 30px; text-align: center; }