الگو:مرورگر خبر/styles.css
پرش به ناوبری
پرش به جستجو
/* {{pp|small=y}} */
.p-current-events-news-browser {
display: flex;
font-size: 98%;
box-sizing: border-box;
margin-bottom: 0.5em;
border: 1px solid #cedff2;
padding: 7px;
background-color: #f5faff;
align-items: center;
}
.p-current-events-news-browser img {
min-width: 32px; /* match image width set in template */
}
.p-current-events-news-browser ul {
text-align: center;
flex: 1;
}
@media all and (min-width: 360px) {
.p-current-events-news-browser ul a {
white-space: nowrap;
}
}