Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-05-14 10:13:16 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-05-14 10:13:16 +0300
commit6b4f7757c84c9b7f3e0c82fa5987701fee1aebfa (patch)
tree2081db8adda5b92d6ca51402e35e4f58ce559a6a /layouts/404.html
parent8bd89bbbdcff25af2ae1516a9767d0b2b33e8f7c (diff)
Fix broken UI on mobile aftre MR 1764
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 3b91b156..d4325c74 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -12,7 +12,7 @@
<div class="row">
<div class="col-12">
<div class="wrapper d-flex justify-content-center">
- <div class="main class">
+ <div class="main class pl-lg-4">
<%= yield %>
<%= render '/footer.*' %>
</div>