This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 70c2980 Fixes content overflow on mobile (#19)
70c2980 is described below
commit 70c29805ac00a7ec426222fb0d44f0aaead09b46
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">