1 parent 237e49d commit a5408eeCopy full SHA for a5408ee
1 file changed
src/library/pages/css/styles.css
@@ -397,6 +397,24 @@ ul li a:hover {
397
background-image: url('../images/close.png'); ;
398
}
399
400
+@media (max-width: 768px) {
401
+ #modal {
402
+ width: 90vw;
403
+ max-width: 600px;
404
+ max-height: 85vh;
405
+ left: 50%;
406
+ top: 50%;
407
+ margin: 0;
408
+ transform: translate(-50%, -50%);
409
+ overflow-y: auto;
410
+ }
411
+
412
+ #modal .modal-header,
413
+ #modal .modal-body {
414
+ padding: 12px;
415
416
+}
417
418
/* Game image start */
419
.game-images{
420
background-image: url('../images/game-image-1.jpeg');
0 commit comments