tenkoh / u-techbook

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

ui: fix max width of main container #6

Closed tenkoh closed 1 year ago

tenkoh commented 1 year ago

Closes #4

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).

tenkoh commented 1 year ago

css should clarify the size unit. this change dismiss it.