min-height on .hd

Now it should be the same size on the homepage as it is on pages with breadcrumbs
This commit is contained in:
Simon Willison 2019-07-07 13:16:48 -07:00
commit f80ff9b07b

View file

@ -90,6 +90,7 @@ table a:visited {
background-color: #eee; background-color: #eee;
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
min-height: 2rem;
} }
.hd p { .hd p {
margin: 0; margin: 0;