Skip to content
Snippets Groups Projects
Footer.vue 615 B
Newer Older
  • Learn to ignore specific revisions
  •         <b-col sm="8">
              autoradio/<b>dashboard v0.0.23</b>
    
              ... bla ... bla ... hear the music?
            </b-col>
          </b-row>
        </b-container>
    
      </footer>
    </template>
    
    <script>
    export default {
    }
    </script>
    
    <style>
    
    html, body, #app {
      height: 100%;
    }
    #app {
      display: flex;
      flex-direction: column;
    }
    
      border-top: 1px solid #2e3436;
    
      color: rgba(255, 255, 255, 0.5);
      width: 100%;
      margin-top: auto;