You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/03 00:03:05 UTC

[incubator-tvm-site] branch master updated: Fixes content overflow on mobile (#19)

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 <jo...@me.com>
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">