MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
padding-bottom: 2%; | padding-bottom: 2%; | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
} | |||
@media screen and (max-width: 768px) { | |||
.welcome-text { | |||
width: 100%; | |||
float: none; | |||
} | |||
.welcome-image { | |||
width: 100%; | |||
float: none; | |||
padding-top: 0; | |||
} | |||
} | } | ||