Mobile layout / .NET 6 #28

Merged
danieljsummers merged 4 commits from v2-mobile into main 2021-09-17 16:13:33 +00:00
2 changed files with 10 additions and 7 deletions
Showing only changes of commit 1480adb319 - Show all commits

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>