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

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 13ea326  CSS: better layout for mobile
13ea326 is described below

commit 13ea326dc7dddc51e3d72b34842303997fa15bbd
Author: Josh Tynjala <joshtynj...@gmail.com>
AuthorDate: Fri Apr 26 21:10:58 2019 -0700

    CSS: better layout for mobile
---
 royalesite.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/royalesite.css b/royalesite.css
index ba2c202..fe0d34d 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -552,6 +552,8 @@ h1 {
 .toc_and_doc {
        display: flex;
        align-items: flex-start;
+       justify-content: center;
+       flex-wrap: wrap;
        font-family: 'Hind Siliguri';
        margin-top: 50px;
        margin-right: 20px;
@@ -567,6 +569,8 @@ h1 {
 .content {
        display: inline-block;
        flex-grow: 1;
+       max-width: 760px;
+       min-width: 0;
 }
 
 .menu_div {

Reply via email to