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>2020-08-19 13:45:17 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2020-08-19 13:45:17 +0300
commit9fb6cb6a8b53532dbd1bd2fc1822270a11486854 (patch)
tree1b3f406c97bef90ec31a323e7b8144cb1e517f7c /layouts/header.html
parent10df419a192631c369c73a1769e4387ded9f3b85 (diff)
Use Bootstrap 4 utilities and remove unused selectors
Use Bootstrap 4 utilities instead of the original rules in this project and remove unused rules from the project. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'layouts/header.html')
-rw-r--r--layouts/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/header.html b/layouts/header.html
index 81a18fca..c78de7da 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -1,6 +1,6 @@
<div class="header">
- <div class="flex-container align-center">
- <a class="header-link logo-container flex-container justify-center align-center" href="/">
+ <div class="d-flex align-items-center">
+ <a class="header-link logo-container d-flex justify-content-center align-items-center" href="/">
<img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" class="logo" />
<p><span class="header-company-name">GitLab </span><strong>Docs</strong></p>
</a>