Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Aemony/common.css"

From PCGamingWiki, the wiki about fixing PC games
m (removed border)
m (margin)
Line 1: Line 1:
 
.page-Home .home-stubs li {
 
.page-Home .home-stubs li {
 
     padding: 0 !important;
 
     padding: 0 !important;
     margin: 0 15px;
+
     margin: 0 15px 5px 15px;
 
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
}
 
}

Revision as of 09:07, 4 April 2019

.page-Home .home-stubs li {
    padding: 0 !important;
    margin: 0 15px 5px 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
}