You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/04/27 04:00:50 UTC

[royale-docs] branch master updated: CSS: wrong media query

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 fd31952  CSS: wrong media query
fd31952 is described below

commit fd31952015c716dc62d8d629d3feb722ce47df8b
Author: Josh Tynjala <jo...@gmail.com>
AuthorDate: Fri Apr 26 21:00:38 2019 -0700

    CSS: wrong media query
---
 royalesite.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/royalesite.css b/royalesite.css
index 5ec781a..ba2c202 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -358,7 +358,7 @@ h1 {
 	background-position: center top;
 }
 
-@media screen and (max-width: 1920px) {
+@media screen and (min-width: 1920px) {
 	.page {
 		background-size: 100%;
 	}