MediaWiki:Common.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 14: Line 14:
7.  Mobile Styling
7.  Mobile Styling
8.  New Styling (6-23-2023)
8.  New Styling (6-23-2023)
9.  Tweet Styling (6-12-2025)
*/
*/


Line 1,079: Line 1,080:
.home-resources {
.home-resources {
     flex-basis: 50%;
     flex-basis: 50%;
}
/***********************/
/*  9. New Styling    */
/***********************/
.tweet {
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    padding: 0.75rem;
    max-width: 560px;
}
.tweet-header {
    display: flex;
    gap: 1rem;
    margin: 0 0 1rem;
}
.tweet-header-image p,
.tweet-header-name p {
    margin: 0;
}
.tweet-header-image img {
    border-radius: 100%;
    max-width: 48px;
}
}