Formatting Enhancements, Other Improvements (#5)
* Update location. * Trim spaces. * Pull the website in to a more readable size. * Remove TBDs for now, may not get to publishing them, but will focus on new apps being public to begin with. * Fix some weird app breaking issues by adding padding and doing the auto margins independently. * Remove the country "US" for "USA".
This commit is contained in:
@ -82,3 +82,15 @@
|
||||
/*max-width: 1px;*/
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 500px;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 1300px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user