Changeset ff641e1 for ReserveNGo-frontend/src/App.vue
- Timestamp:
- 01/24/25 00:22:25 (3 months ago)
- Branches:
- master
- Children:
- 34aa6cc
- Parents:
- d10a9aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/App.vue
rd10a9aa rff641e1 22 22 <RouterView />--> 23 23 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> 26 37 27 38 28 39 29 <Footer_></Footer_> 40 41 30 42 31 43 <!-- <Locale_listing_container></Locale_listing_container> … … 37 49 38 50 <style scoped> 51 52 .wrapper { 53 display: flex; 54 flex-direction: column; 55 min-height: 100vh; 56 } 57 58 main { 59 flex: 1; /*istrazi*/ 60 } 39 61 40 62 template{ background: #FBFFF1;}
Note:
See TracChangeset
for help on using the changeset viewer.