This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch aip-11
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/aip-11 by this push:
new 66674d9 Fix displaying blogpost on mobile tags page (#149)
66674d9 is described below
commit 66674d9c66037b82e0822d6c3e3924ec228de0b5
Author: Kamil Gabryjelski <[email protected]>
AuthorDate: Fri Nov 15 11:24:26 2019 +0100
Fix displaying blogpost on mobile tags page (#149)
---
landing-pages/site/layouts/taxonomy/tag.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/layouts/taxonomy/tag.html
b/landing-pages/site/layouts/taxonomy/tag.html
index e9e406a..c3feff4 100644
--- a/landing-pages/site/layouts/taxonomy/tag.html
+++ b/landing-pages/site/layouts/taxonomy/tag.html
@@ -19,7 +19,7 @@
{{ define "main" }}
{{ $pageUrl := .Permalink }}
- <div>
+ <div class="no-width-restriction">
<h2 class="page-header">Blog</h2>
<form class="search-form" method="get" action="/blog">
<input class="search-form__input" placeholder="Search" name="q"
type="search" id="search">