Main Page: Difference between revisions

m CSS test
m CSS test
Line 67: Line 67:
   #continent-map {
   #continent-map {
     flex-basis: 55%;
     flex-basis: 55%;
     height: 400px;
     height: 600px;
   }
   }
    
    
Line 75: Line 75:
     padding-bottom: 10px;
     padding-bottom: 10px;
     height: 320px;
     height: 320px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
    
    
Line 84: Line 81:
     flex: 0 0 55%;
     flex: 0 0 55%;
     height: 400px;
     height: 400px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
    
    
Line 92: Line 86:
     flex-basis: 45%;
     flex-basis: 45%;
     height: 800px;
     height: 800px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
    
    
Retrieved from "https://wiki.alathra.com/"