Portal:Current events/News Browser/styles.css

From Bharatpedia, an open encyclopedia
Revision as of 14:18, 10 September 2024 by Muskit Gergous (talk | contribs) (Created page with "→‎{{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; color: #333; 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-br...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* */ .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; color: #333; 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; } }