Commit Graph

11 Commits (b3f54f22eefce6f77f0d46798d5c8b21a1bb6027)

Author SHA1 Message Date
Kevin C. Coram b3f54f22ee
Add styles to better render images and code blocks
* Add max width to `figure` so it won't exceed the viewport width for either break-point
* Add max width to `img` within `figure` to account for the default 40px margin on the left/right
* Set width for `pre` blocks so they won't exceed the viewport width for either break-point; add a horizontal scroll-bar if the text is too wide
* Set `pre code` block to use `display:block` so long text won't cause the block to render too wide; otherwise, the width of the containing `pre` block won't be sufficient to contain the text
2020-08-03 15:50:00 -04:00
Kevin C. Coram 85e9db44e7
Make 'like' avatars smaller and circular 2019-12-31 09:17:43 -08:00
Kevin C. Coram 410eab4297
Better formatting for webmention replies 2019-12-23 23:31:52 -05:00
Kevin C. Coram 8ad03ea6e2
Add margin between social icons 2019-12-21 21:12:32 -05:00
Kevin C. Coram ba844bf59a
Style the site footer
* Split the copyright and the "built with" text into separate configs
* Style footer with smaller text
* Add a thin border separating footer from rest of page
2019-12-09 22:58:54 -05:00
Kevin C. Coram c5891929fb
Add a decorative border around site header 2019-12-09 22:35:39 -05:00
Kevin C. Coram 96134a6bc3
Style the site header title and subtitle 2019-12-09 22:27:34 -05:00
Kevin C. Coram 3a187409f4
Style the site-menu
* Remove the list item bullets
* Put some padding between the list items
* Style the navigation area to be a flex box, with item wrapping
* Add a decorative border to the navigation area
2019-12-09 21:42:02 -05:00
Kevin C. Coram 7820886eca
Add padding around author photo 2019-12-06 23:22:47 -05:00
Kevin C. Coram 53baef4d8b
Reduce size for social icon glyphs 2019-12-06 23:09:28 -05:00
Kevin C. Coram 65404a5da6
Create author card using h-card microformats
* Update baseof to add block for styling
* Default styles block to link in layout.css and style.css
* Update baseof to add block for importing icons from a CSS font library
* Update baseof to add an aside block to the main content to put author
card in
* Create author card with a photo, author name, and general locale
* Create beginning of a social network link ribbon
2019-12-06 22:02:44 -05:00