mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed proportions
This commit is contained in:
parent
8b25e0631a
commit
1ad7b3c8a0
4 changed files with 17 additions and 1484 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<article :class="$style.content">
|
||||
<section :class="$style.section">
|
||||
<section :class="[$style.section, $style.heading]">
|
||||
<BioHeading />
|
||||
</section>
|
||||
|
||||
|
@ -16,14 +16,13 @@ definePageMeta({ layout: "content" });
|
|||
|
||||
<style lang="scss" module>
|
||||
.content {
|
||||
padding: 40px 0 0 0;
|
||||
}
|
||||
|
||||
.section {
|
||||
padding: 40px 0;
|
||||
|
||||
&:not(:last-child) {
|
||||
border-bottom: 2px solid var(--color-line);
|
||||
&.heading {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue