| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
couldn't find a way to make #photos and #bio backgrounds extend to the
bottom of .main, for some reason.
flex-grow is necessary on .main, otherwise the footer will pick up
excess height when zoomed out.
use flex: 1/2 for #photos/#bio, instead of percentages with
flex-shrink: 0.
|
|
|
|
Use as many character-width-independent units as possible, to make
sure nothing moves too much when zooming.
Move some body CSS to common stylesheet. Probably broke events page,
ah well. All in due time.
Fix "transition" property: apply only to "filter". Otherwise when
zooming images are resized with a slow 1s transition.
|
|
"align-" ⇒ "along the cross-axis"
can get rid of that superstitious "margin: auto" now.
- add quatuor name
- allow nav items to wrap
- make background color less garish
|
|
|
|
Also add footer
|
|
radio buttons cannot be unset, so this might not be The Way.
take the plunge, learn some js, and use <input type="button">?
|
|
|
|
|
|
|
|
|
|
|
|
|