53,890
edits
(Add mobile customizations for Guided Research Main Page) |
(Make the GR Main Page mobile friendly) |
||
Line 2: | Line 2: | ||
#GRContainer { | #GRContainer { | ||
background-image: url(/wiki/en/img_auth.php/9/95/World_map_purplish.png); | background-image: url(/wiki/en/img_auth.php/9/95/World_map_purplish.png); | ||
background-size: | /* Make the container (and background image) 100% of the viewport */ | ||
width: 100vw; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | } | ||
/* the menu table on the Main_Page-GR */ | /* the menu table on the Main_Page-GR */ |
edits