Ignore:
Timestamp:
01/24/25 00:22:25 (3 months ago)
Author:
Ljubomir Ilievski <ilievski.ljubomir@…>
Branches:
master
Children:
34aa6cc
Parents:
d10a9aa
Message:

Sredeno so inicijalnite fechovi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-frontend/src/App.vue

    rd10a9aa rff641e1  
    2222  <RouterView />-->
    2323
    24   <NavBar></NavBar>
    25   <router-view/>
     24  <div class="wrapper">
     25    <NavBar></NavBar>
     26    <main>
     27      <router-view/>
     28    </main>
     29    <footer>
     30      <div class="container-fluid">
     31        <div class="row">
     32          <Footer_></Footer_>
     33        </div>
     34      </div>
     35    </footer>
     36  </div>
    2637
    2738
    2839
    29   <Footer_></Footer_>
     40
     41
    3042
    3143<!--  <Locale_listing_container></Locale_listing_container>
     
    3749
    3850<style scoped>
     51
     52.wrapper {
     53  display: flex;
     54  flex-direction: column;
     55  min-height: 100vh;
     56}
     57
     58main {
     59  flex: 1; /*istrazi*/
     60}
    3961
    4062template{ background: #FBFFF1;}
Note: See TracChangeset for help on using the changeset viewer.