Changes

Jump to navigation Jump to search
no edit summary
Line 1,195: Line 1,195:  
}
 
}
   −
@media screen and (max-width:1000px){
+
@media only screen and (max-width: 900px) {
 
.mainpagecontent {
 
.mainpagecontent {
 
display:inline-flex;
 
display:inline-flex;
Line 1,216: Line 1,216:  
}
 
}
   −
@media screen and (max-width:1000px){
+
@media only screen and (max-width: 900px) {
 
#gamecontent
 
#gamecontent
 
{
 
{
Line 1,232: Line 1,232:  
}
 
}
   −
@media screen and (max-width:1600px){#mainbannerleft{display:none}#mainbannermiddle{width:60%}}
+
@media only screen and (max-width: 900px) {#mainbannerleft{display:none}#mainbannermiddle{width:60%}}
 
#mainbannermiddle img {
 
#mainbannermiddle img {
 
max-width: 100%;
 
max-width: 100%;
 
height: auto;
 
height: auto;
 
}
 
}
@media screen and (max-width:1000px){
+
@media only screen and (max-width: 900px) {
 
.bannerlinkswrapper {
 
.bannerlinkswrapper {
 
flex-direction:column;  
 
flex-direction:column;  

Navigation menu