This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git
The following commit(s) were added to refs/heads/master by this push:
new fd78e14 Fixes content overflow on mobile (#19)
fd78e14 is described below
commit fd78e147f21b8c0719071513d655de310ceacf94
Author: Jordan Brennan <[email protected]>
AuthorDate: Mon Nov 2 16:02:58 2020 -0800
Fixes content overflow on mobile (#19)
---
_layouts/post.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/post.html b/_layouts/post.html
index 6c66dea..b9c5ede 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,7 +8,7 @@ layout: default
<div class="container">
<div class="content">
<div class="row">
- <div class="span14">
+ <div class="span14 w-100">
<h1>{{ page.title }} </h1>
<p class="post-meta">
<time datetime="{{ page.date | date_to_xmlschema }}"
itemprop="datePublished">