[S] Align nav bar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user