Skip to content

Commit

Permalink
Style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
niclake committed Jun 7, 2024
1 parent 081ce9b commit be66c12
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ a {
}

.nav-item {
margin-bottom: 0 !important;
margin-bottom: 0;

&.active {
a {
Expand All @@ -122,6 +122,24 @@ a {
}
}

@media (max-width: 991px) {
.navbar-collapse {
border-bottom: 5px solid transparent;
border-image: linear-gradient(to right, $pink, $purple);
border-image-slice: 1;
}

.nav-item {
text-align: right;
padding-right: 1rem;
margin-bottom: .5rem;

.nav-link {
font-size: 1.5rem !important;
}
}
}

@media (max-width: 489px) {
.navbar-brand {
font-size: 1.8rem;
Expand Down

0 comments on commit be66c12

Please sign in to comment.