summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-04-01 02:58:36 +0200
committerGitHub <noreply@github.com>2023-03-31 20:58:36 -0400
commit053df150fe056964771222569d4cb20dba19fd88 (patch)
treef55fd46f2b00ffe624f96e86ade08420ee499021
parent366377986c9089f92be77a8c9aed37e29017911c (diff)
downloadgitea-053df150fe056964771222569d4cb20dba19fd88.tar.gz
gitea-053df150fe056964771222569d4cb20dba19fd88.zip
Make first section on home page full width (#23854)
Before: <img width="1272" alt="Screenshot 2023-03-31 at 19 56 16" src="https://user-images.githubusercontent.com/115237/229195611-4570453c-26bf-4663-865b-7e7eb9115060.png"> After: <img width="1270" alt="Screenshot 2023-03-31 at 20 00 14" src="https://user-images.githubusercontent.com/115237/229195639-23841b62-38d8-4e43-8ee5-3f70cba5de6e.png">
-rw-r--r--templates/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl
index cc1026ce9e..57f0709a9f 100644
--- a/templates/home.tmpl
+++ b/templates/home.tmpl
@@ -1,6 +1,6 @@
{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home">
- <div class="ui stackable middle very relaxed page grid">
+ <div class="ui middle very relaxed page gt-mb-5">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">