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
    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-brand img {
    .navbar-brand img {
    height: 100px;
    width: 100px;
    }
    }

    Revision as of 22:22, 25 May 2024

    /* CSS placed here will affect users of the Tweeki skin */
    .navbar-brand img {
    	width: 100px;
    }