From: Carl Worth Date: Mon, 11 May 2020 22:46:59 +0000 (-0700) Subject: Add some mobile-first styling X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=399a497d39ba4cda43aca89333a356e22bf1916c;hp=399a497d39ba4cda43aca89333a356e22bf1916c;p=empires-html Add some mobile-first styling Some of the changes here include: * Adding a reset.css for good control of all styling * Using only the center portion of the window for a very wide window * Dropping wasteful margins around page content for a narrow window * Forcing input fields onto their own rows * Use grid display for form for consistent input width * Use 2-column for on wide windows and single-column for narrow * Use more modern flat styling for the submit button * Drop the ugly dashed outline for button focus ---