Small fix to pulldown text display

This commit is contained in:
Mouse Reeve 2020-03-15 15:42:52 -07:00
parent a57d43b0b4
commit f084952123

View file

@ -139,7 +139,6 @@ ul.menu a {
list-style: none;
background: white;
padding: 1em;
text-align: right;
right: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.15);
width: max-content;
@ -147,6 +146,9 @@ ul.menu a {
.pulldown-container:hover .pulldown {
display: block;
}
.pulldown li {
margin-bottom: 0.5em;
}
#feed {
display: flex;