Add navbar description

This commit is contained in:
Jeremy Thomas
2017-07-01 20:50:05 +01:00
parent 5e644d861e
commit 6fe8ce9795
9 changed files with 54 additions and 25 deletions

View File

@@ -4458,6 +4458,7 @@ a.navbar-item.is-active,
display: flex;
}
.navbar-menu {
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0;
}
.navbar-menu.is-active {
@@ -7684,6 +7685,15 @@ html.route-index #carbon {
color: white;
}
@media screen and (min-width: 1000px) {
#blogDropdown {
width: 16rem;
}
#blogDropdown .navbar-item {
white-space: normal;
}
}
#about .twitter-container {
display: block;
height: 30px;