diff --git a/src/App.vue b/src/App.vue index ac0fd2b..ad0bc3b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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