tenkoh / u-techbook

Web application to search used technical books.
MIT License
0 stars 0 forks source link

fix: enlarge main container's max-width to arrange link buttons properly #7

Closed tenkoh closed 1 year ago

tenkoh commented 1 year ago

Enlarged main container's max-width to 800px. By this change, in case where the main container is properly large ( > 800px), three link buttons ( > 200px) are arranged in one row of css-grid ( with width of 800px * 0.8 = 640px).

Closes #4