moved consulting, updated styling

This commit is contained in:
wompmacho
2020-11-18 19:19:40 -05:00
parent f768fbeefe
commit dfd0d5dab9
8 changed files with 106 additions and 68 deletions

View File

@@ -53,4 +53,13 @@
background-color: #161616;
font-weight: 700;
}
@media only screen and (max-width: 769px) {
.navbar-nav{
flex-direction: column;
text-align: center;
width: max-content;
margin: auto;
}
}
</style>