MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 150: Line 150:


.home-header-container {
.home-header-container {
display: flex;
flex-direction: column;
background-color: #4c4c4c;
background-color: #4c4c4c;
color: #fbf0a4;
color: #fbf0a4;
Line 165: Line 167:
.home-header-img {
.home-header-img {
display: block;
display: block;
order: 1;
width: 60px;
width: 60px;
height: 67px;
height: 67px;
margin-bottom: 1em;
margin-bottom: 1em;
}
.home-header-text {
order: 2;
}
}