all repos — homestead @ 76541a74e24edf3c461141cfd88cadb93beb7008

Code for my website

improve spacing of nav elements

Alan Pearce
commit

76541a74e24edf3c461141cfd88cadb93beb7008

parent

65039b065ba634b9c4b4c7f4b42ebccdbfd40ce0

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M domain/web/templates/style.cssdomain/web/templates/style.css
@@ -49,6 +49,12 @@ body>header>h2 {
margin: 0.5em 0; } +nav { + display: flex; + gap: 1rem; + align-items: center; +} + h1, h2, h3,