mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add navbar description
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user