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 d8e4569 CSS: more mobile tweaks
d8e4569 is described below
commit d8e4569b9db0c188f9faea8a1178fb9eb2280ea9
Author: Josh Tynjala <[email protected]>
AuthorDate: Sat Apr 27 10:18:45 2019 -0700
CSS: more mobile tweaks
---
royalesite.css | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/royalesite.css b/royalesite.css
index 860341b..47b84cf 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -374,12 +374,6 @@ pre {
}
}
-@media screen and (max-width: 660px) {
- .topMenu {
- display: none;
- }
-}
-
.social {
/* hidden until these get hooked up */
display: none /* inline */;
@@ -404,11 +398,17 @@ pre {
.topMenu {
display: inline-block;
vertical-align: top;
- margin-top: 0px;
+ margin-top: 15px;
margin-bottom: 0px;
height: 40px;
}
+@media screen and (max-width: 660px) {
+ .topMenu {
+ display: none;
+ }
+}
+
.topMenu_li {
display: inline;
margin-right: 20px;