Fix desktop home link (#25)

whoops
This commit is contained in:
Daniel J. Summers 2021-09-17 12:10:30 -04:00
parent 7ee3d86662
commit 1480adb319
2 changed files with 10 additions and 7 deletions

View File

@ -59,7 +59,6 @@ path:hover
a:link, a:visited
text-decoration: none
color: white
// font-weight: 500
nav > a
display: block
width: 100%

View File

@ -32,10 +32,14 @@ aside
min-width: 250px
position: sticky
top: 0
.home-link
font-size: 1.2rem
text-align: center
background-color: rgba(0, 0, 0, .4)
margin: -1rem
padding: 1rem
.home-link
font-size: 1.2rem
text-align: center
background-color: rgba(0, 0, 0, .4)
margin: -1rem
padding: 1rem
a:link,
a:visited
text-decoration: none
color: white
</style>