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:Zachwesse/common.css"

From PCGamingWiki, the wiki about fixing PC games
(Replaced content with "#masthead { width: 100%; max-width: 1600px; } a:visited { color: #06c; }")
Tag: Replaced
Line 1: Line 1:
 
#masthead {
 
#masthead {
 
     width: 100%;
 
     width: 100%;
     max-width: 1600px;
+
     max-width: 1455px;
 
}
 
}
  

Revision as of 17:35, 22 April 2024

#masthead {
    width: 100%;
    max-width: 1455px;
}

a:visited {
    color: #06c;
}