Files
planetposen/frontend/components/About.vue

35 lines
739 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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 arbeidsplassen din, dukker opp 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>