MediaWiki:Common.css: Difference between revisions

From Unofficial ROBLOX Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#p-logo a {
#p-logo a {
     background-size: contain;
     background-size: contain;
     height: 200px; /* Adjust as needed */
     height: 100px; /* Adjust as needed */
     width: 320px;  /* Adjust as needed */
     width: 100px;  /* Adjust as needed */
}
}

Revision as of 17:42, 24 December 2024

#p-logo a {
    background-size: contain;
    height: 100px; /* Adjust as needed */
    width: 100px;  /* Adjust as needed */
}