Use existing div
This commit is contained in:
		
							parent
							
								
									a31912650f
								
							
						
					
					
						commit
						3c60d2c40d
					
				| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
  <div id="app"></div>
 | 
			
		||||
  <div id="app" class="app"></div>
 | 
			
		||||
  <script type="module" src="/src/main.ts"></script>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,11 +18,9 @@
 | 
			
		|||
  }
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<div class="page_container">
 | 
			
		||||
<Navbar />
 | 
			
		||||
 | 
			
		||||
  <Navbar />
 | 
			
		||||
 | 
			
		||||
  <section class="section">
 | 
			
		||||
<section class="section">
 | 
			
		||||
  <div class="container is-fullhd">
 | 
			
		||||
    <div class="columns">
 | 
			
		||||
      <div class="column is-one-fifth">
 | 
			
		||||
| 
						 | 
				
			
			@ -35,8 +33,6 @@
 | 
			
		|||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  </section>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
  <Footer />
 | 
			
		||||
 | 
			
		||||
</div>
 | 
			
		||||
<Footer />
 | 
			
		||||
| 
						 | 
				
			
			@ -7,8 +7,7 @@
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page_container {
 | 
			
		||||
 | 
			
		||||
.app {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
  flex-grow: 1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue