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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2020-05-19 23:14:54 +0300
committervimux <vimux@protonmail.com>2020-05-19 23:14:54 +0300
commit07bf1cd38cffba09b725c69e6c8d2da7f4420a78 (patch)
tree75eba78514603d7f96e2c215a42042a55ee11c62 /layouts
parente5be0ebb899825d1ef227da674a2ae078e899f44 (diff)
Add .header__container class
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 909bbf5..efec878 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<header class="header">
- <div class="container">
+ <div class="container header__container">
<div class="logo">
<a class="logo__link" href="{{ "" | relLangURL }}" title="{{ .Site.Title }}" rel="home">
<div class="logo__title">{{ .Site.Title }}</div>