Separate docs-nav into new component

Since same markup will be needed for desktop
and mobile menus.
This commit is contained in:
hunicus
2021-12-16 19:11:54 -05:00
parent e01ab449cf
commit 958bfe6d25
6 changed files with 101 additions and 83 deletions

View File

@@ -0,0 +1,17 @@
p {
color: #4a68b9;
font-weight: 700;
margin: 10px 0;
margin: 15px 0 10px 0;
}
p:first-child {
margin-top: 0
}
a {
color: #fff;
text-decoration: none;
display: block;
margin: 5px 0;
}