[S] Align nav bar

This commit is contained in:
Hykilpikonna
2019-12-25 16:25:43 -05:00
parent 9f92704eef
commit d677596188
+9
View File
@@ -55,6 +55,7 @@
{
// Alignment
margin-bottom: -10vh;
position: relative;
// Shadow
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
@@ -68,6 +69,14 @@
{
font-size: 20px;
}
#nav
{
// Alignment
position: absolute;
bottom: 10vh;
width: 100vw;
}
}
#artwork-container