diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 09:30:42 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 09:30:42 +0100 |
| commit | 90529555c11dfb79bba264515f10172b8fa7aa92 (patch) | |
| tree | bc803a5225e24251b6de46f662127c7278850a9d /code/frontpage/layouts/index.html | |
| parent | 7cfff8f8328599839c57d1c89f46eaa81cf1b424 (diff) | |
| download | greatoffice-90529555c11dfb79bba264515f10172b8fa7aa92.tar.xz greatoffice-90529555c11dfb79bba264515f10172b8fa7aa92.zip | |
feat: Small changes to frontpage
Diffstat (limited to 'code/frontpage/layouts/index.html')
| -rw-r--r-- | code/frontpage/layouts/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/code/frontpage/layouts/index.html b/code/frontpage/layouts/index.html index 62abf7f..ca44125 100644 --- a/code/frontpage/layouts/index.html +++ b/code/frontpage/layouts/index.html @@ -1,14 +1,18 @@ {{ define "main" }} <section class="section container-fluid mt-n3 pb-3"> - <div class="row justify-content-center"> - <div class="col-lg-12 text-center"> + <div class="row"> + <div class="col-lg-12"> <h1 class="mt-0">{{ .Title }}</h1> </div> - <div class="col-lg-9 col-xl-8 text-center"> + <div class="col-lg-9 col-xl-8"> <p class="lead">{{ .Params.lead | safeHTML }}</p> <p class="meta">GPLv3 Licensed. <a href="https://git.ivar.systems/greatoffice/tree/COPYING"> - License file + License + </a> + - + <a href="https://git.ivar.systems/greatoffice/about"> + Source </a> </p> </div> @@ -20,7 +24,7 @@ {{ if eq $.Site.Language.LanguageName "English" }} <section class="section section-sm"> <div class="container"> - <div class="row justify-content-center text-center"> + <div class="row"> <div class="col-lg-5"> <h2 class="h4">Projects</h2> <p>Manage your projects with time tracking, planning and ecomnomics all built-in.</p> @@ -55,7 +59,7 @@ {{ define "sidebar-footer" }} <section class="section section-sm container-fluid"> - <div class="row justify-content-center text-center"> + <div class="row"> <div class="col-lg-9"> {{- .Content -}} </div> |
