Changes

536 bytes added ,  16:12, 20 November 2018
m
no edit summary
Line 605: Line 605:  
     display: table;
 
     display: table;
 
     min-height: 196px;
 
     min-height: 196px;
 +
}
 +
 +
@media screen and (max-width: 675px) {
 +
  #switch_link {
 +
      background: url("skins/Vector/stardewimages/platform-switch_small.png") no-repeat center center;
 +
  }
 +
  #ps4_link {
 +
      background: url("skins/Vector/stardewimages/platform-ps4_small.png") no-repeat center center;
 +
  }
 +
  #xbox_link {
 +
      background: url("skins/Vector/stardewimages/platform-xbox_small.png") no-repeat center center;
 +
  }
 +
  .mobile_link {
 +
      background: url("skins/Vector/stardewimages/platform-mobile_small.png") no-repeat center center;
 +
  }
 
}
 
}