This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 4a5393d54ae8396a9716990fb78dc9bf831237c0
Author: Shad Storhaug <[email protected]>
AuthorDate: Fri Oct 23 18:10:09 2020 +0700

    website: Fixed nuget-well so it doesn't wrap
---
 websites/site/lucenetemplate/index.html.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websites/site/lucenetemplate/index.html.tmpl 
b/websites/site/lucenetemplate/index.html.tmpl
index 0c3092f..954f3d8 100644
--- a/websites/site/lucenetemplate/index.html.tmpl
+++ b/websites/site/lucenetemplate/index.html.tmpl
@@ -17,7 +17,7 @@
         <div class="container">
           <p class="text-center">Lucene.Net is a high performance search 
engine library for .NET</p>
           <div class="row">
-              <div class="nuget-well col-xs-8 col-xs-offset-2 col-sm-6 
col-sm-offset-3">
+              <div class="nuget-well col-xs-8 col-xs-offset-2 col-lg-6 
col-lg-offset-3">
                   Install-Package Lucene.Net -Pre
               </div>
           </div>

Reply via email to