Finally landed on a design, created a bunch of pages.

This commit is contained in:
2020-07-18 21:48:06 +02:00
parent 92bd44cedb
commit 7078d994c0
13 changed files with 1006 additions and 203 deletions

View File

@@ -0,0 +1,34 @@
<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>