You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
302 B
CSS

/* Navigation bar */
nav {
display: flex;
background-color: #ff6600;
align-items: center;
padding: 5px 20px;
border-radius: 3px 3px 0 0;
}
.navbar-brand {
font-weight: bold;
}
.nav-link {
font-size: 0.85rem;
margin: 0 3px;
}
.nav-right {
margin-left: auto;
text-align: right;
}