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 (added border + shadow)
m (padding -> margin)
Line 1: Line 1:
 
.page-Home .home-stubs li {
 
.page-Home .home-stubs li {
     padding: 0 15px;
+
     padding: 0 !important;
    padding-left: 15px !important;
+
     margin: 0 15px;
    padding-right: 15px !important;
 
     margin: 0;
 
 
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
     border: 1px solid rgba(0,0,0,0.12);
 
     border: 1px solid rgba(0,0,0,0.12);
 
     border-radius: 1px;
 
     border-radius: 1px;
 
}
 
}

Revision as of 09:05, 4 April 2019

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