Skip to content

Commit 053df15

Browse files
authored
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">
1 parent 3663779 commit 053df15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{template "base/head" .}}
22
<div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home">
3-
<div class="ui stackable middle very relaxed page grid">
3+
<div class="ui middle very relaxed page gt-mb-5">
44
<div class="sixteen wide center aligned centered column">
55
<div>
66
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">

0 commit comments

Comments
 (0)