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

@ -38,4 +38,8 @@ aside
background-color: rgba(0, 0, 0, .4)
margin: -1rem
padding: 1rem
a:link,
a:visited
text-decoration: none
color: white
</style>