Skip to content

Commit

Permalink
clean up custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 9, 2023
1 parent 1a66efc commit c796109
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions assets/custom_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,4 @@
margin-left: -6rem;
min-width: 120%;
}
}

.article-nav-outer {
position: absolute;
width: 38rem;
margin-left: -9rem;
margin-top: -2.81rem;
}

.article-nav-inner {
position: absolute;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-content: center;
align-items: center;
opacity: 0.9;
}

.article-nav-inner a.internal {
display: block;
font-size: 75%;
text-transform: uppercase;
text-align: center;
box-sizing: content-box;
padding: 0.2rem;
padding-top: 0.4rem;
padding-right: 0.3rem;
}

.article-nav-inner a.internal:hover {
background-color: rgba(166, 140, 145, 0.5);
transition: opacity 0.5s;
border-radius: 0;
}

0 comments on commit c796109

Please sign in to comment.