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

@@ -54,16 +54,8 @@
[aria-current] {
position: relative;
display: inline-block;
}
[aria-current]::after {
position: absolute;
content: '';
width: calc(100% - 1em);
height: .3em;
background-color: #161616;
display: block;
bottom: 0px;
width: 100%;
}
a {
@@ -72,4 +64,8 @@
padding: 1em 0.5em;
display: block;
}
@media only screen and (max-width: 769px) {
}
</style>