×
Create a new article
Write your page title here:
We currently have 8 articles on Under Doctor Wiki. Type your article name above or click on one of the titles below and start writing!



    Under Doctor Wiki

    MediaWiki:Cosmos.css: Difference between revisions

    No edit summary
    Tag: Reverted
    Line 1: Line 1:
    /* All CSS here will be loaded for users of the Cosmos skin */
    /* All CSS here will be loaded for users of the Cosmos skin */
    .cosmos-header__wordmark {
        display: flex;
        justify-content: center;
    }
    /* If that doesn't work, try this alternative */
    .cosmos-header__logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    Revision as of 22:18, 25 January 2026

    /* All CSS here will be loaded for users of the Cosmos skin */
    .cosmos-header__wordmark {
        display: flex;
        justify-content: center;
    }
    
    /* If that doesn't work, try this alternative */
    .cosmos-header__logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }