Open main menu

Changes

MediaWiki:Mobile.css

423 bytes added, 22:36, 19 September 2019
no edit summary
h1, h2, h3, h4, h5, h6, a {
font-family: 'Roboto', sans-serif !important;
}
 
.cit-home-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
 
.cit-home-nav a {
color: inherit;
text-decoration: none;
flex-grow: 1;
flex-shrink: 0;
width: 100%;
}
 
.cit-home-nav div {
text-align: center;
font-weight: bold;
border: 1px solid #999;
margin-bottom: 16px;
height: 200px;
}