MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 65: Line 65:


.home-picture-box {
.home-picture-box {
   height: 200px;
   height: 120px;
   margin: 20px -76px 20px -76px;
   margin: 20px -76px 20px -76px;
   background-color: #4c4c4c;
   background-color: #4c4c4c;
Line 72: Line 72:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-attachment: fixed;
   background-size: cover;
   background-size: 100%;
}
}