[S] Align nav bar
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
{
|
{
|
||||||
// Alignment
|
// Alignment
|
||||||
margin-bottom: -10vh;
|
margin-bottom: -10vh;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
// Shadow
|
// Shadow
|
||||||
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||||
@@ -68,6 +69,14 @@
|
|||||||
{
|
{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav
|
||||||
|
{
|
||||||
|
// Alignment
|
||||||
|
position: absolute;
|
||||||
|
bottom: 10vh;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#artwork-container
|
#artwork-container
|
||||||
|
|||||||
Reference in New Issue
Block a user