mirror of
				https://github.com/KevinMidboe/planetposen.git
				synced 2025-10-29 17:50:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			739 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			739 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | ||
|   <main id="content">
 | ||
|     <div class="max-width top-show">
 | ||
|       <div class="page-header">
 | ||
|         <div>
 | ||
|           <h1>See the difference!</h1>
 | ||
|         </div>
 | ||
|         <div>
 | ||
|           <p>Det Andre Teatrets faste stall med utøvere – improvisatorer med lang fartstid og stor kompetanse. De holder kurs for næringslivet, spiller forestillinger på arbeidsplassen din, dukker opp på film og tv, og spiller i nesten samtlige av husets forestillinger.</p>
 | ||
|         </div>
 | ||
|       </div>
 | ||
|     </div>
 | ||
|   </main>
 | ||
| </template>
 | ||
| 
 | ||
| <script>
 | ||
| export default {
 | ||
| 
 | ||
| }
 | ||
| </script>
 | ||
| 
 | ||
| <style lang="scss" scoped>
 | ||
| #content {
 | ||
|   overflow: hidden
 | ||
| }
 | ||
| 
 | ||
| .page-header {
 | ||
|   max-width: 840px;
 | ||
|   margin-left: auto;
 | ||
|   margin-right: auto;
 | ||
|   text-align: center;
 | ||
| }
 | ||
| 
 | ||
| </style>
 |