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:
2023-07-23 01:07:13 +00:00
committed by GitHub
parent 7219b070e8
commit a9d4eccffa
3 changed files with 50 additions and 58 deletions

View File

@ -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;
}