Template:Support Page WMF redesign: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 320:
.sp-logo-nav-container {
display: block;▼
text-align: center;
border-bottom: 1px solid #f4f4f4;
display: -webkit-box;
}
@media all and (
.sp-logo-nav-container {
▲ display: -ms-flexbox;
▲ display: flex;
▲ -webkit-box-pack: justify;
▲ -ms-flex-pack: justify;
▲ justify-content: space-between;
▲ -webkit-box-align: center;
▲ -ms-flex-align: center;
▲ align-items: center;
▲ width: 100%;
▲ max-width: 980px;
▲ margin: 0 auto;
▲ background-color: #ffffff;
▲ z-index: 9999;
▲ left: 0;
▲ right: 0;
▲ position: fixed;
}
}
Line 414:
background: #fde8f0;
border: 1px solid #fde8f0;
color: #
font-weight: 700;
padding: .4rem .8rem;
Line 493:
position: sticky;
float: left;
top:
overflow-y: scroll;
width: 32%;
|