MediaWiki:Tweeki.css: Difference between revisions

    From LHDB
    (Created page with "→‎CSS placed here will affect users of the Tweeki skin: .navbar-brand img { height: 100px; }")
     
    No edit summary
     
    (6 intermediate revisions by the same user not shown)
    Line 1: Line 1:
    /* CSS placed here will affect users of the Tweeki skin */
    /* CSS placed here will affect users of the Tweeki skin */
    .navbar-nav {
    align-items: center !important;
    }
    .navbar-brand img {
    .navbar-brand img {
    height: 100px;
        margin-top: 0px !important;
    }
    }

    Latest revision as of 15:52, 25 February 2026

    /* CSS placed here will affect users of the Tweeki skin */
    .navbar-nav {
    	align-items: center !important;
    }
    
    .navbar-brand img {
        margin-top: 0px !important;
    }