mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
added header
This commit is contained in:
parent
aae9af8e62
commit
a8dd169087
8 changed files with 130 additions and 50 deletions
|
@ -19,11 +19,14 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
definePageMeta({ layout: "content" });
|
||||
definePageMeta({ layout: "landing" });
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
@import "@/assets/css/mixins";
|
||||
|
||||
.content {
|
||||
@include container;
|
||||
}
|
||||
|
||||
.section {
|
||||
|
|
|
@ -24,14 +24,14 @@ export default {
|
|||
},
|
||||
};
|
||||
|
||||
definePageMeta({ layout: false });
|
||||
definePageMeta({ layout: "landing" });
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
@import "~~/assets/css/mixins";
|
||||
|
||||
.main {
|
||||
padding-top: 40px;
|
||||
@include container;
|
||||
|
||||
@include tablet {
|
||||
padding-top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue