mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 04:08:35 +00:00
Replace text-align classes with tailwind (#33905)
Small refactor to remove these CSS classes in favor of tailwind. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{template "base/head" .}}
|
||||
<div role="main" aria-label="{{.Title}}" class="page-content install">
|
||||
<div class="ui grid install-config-container">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div class="sixteen wide tw-text-center centered column">
|
||||
<h3 class="ui top attached header">
|
||||
{{ctx.Locale.Tr "install.title"}}
|
||||
</h3>
|
||||
|
Reference in New Issue
Block a user