This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 a74c1d6 give some room for content part on mobile devices
a74c1d6 is described below
commit a74c1d6d2edfdbbd7c99978a265412e2034161a6
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri May 17 15:04:22 2019 +0200
give some room for content part on mobile devices
---
royalesite.css | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/royalesite.css b/royalesite.css
index 3341c06..4da9ab1 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -253,6 +253,10 @@
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
+* {
+ box-sizing: border-box;
+}
+
body {
padding: 0;
margin: 0;
@@ -638,6 +642,8 @@ pre {
}
.content {
+ margin-left: 15px;
+ margin-right: 15px;
display: inline-block;
flex-grow: 1;
max-width: 760px;
@@ -646,8 +652,8 @@ pre {
.content h1 + p {
color: #4393c3;
-font-weight: 400;
-font-size: 20px;
+ font-weight: 400;
+ font-size: 20px;
}
.menu_div {