53,890
edits
(Minerva gets called last) Tags: Mobile edit Mobile web edit |
(Make the GR Main Page mobile-friendly) Tags: Mobile edit Mobile web edit |
||
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