mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
fixed proportions
This commit is contained in:
parent
8b25e0631a
commit
1ad7b3c8a0
4 changed files with 17 additions and 1484 deletions
|
@ -16,11 +16,6 @@
|
||||||
numerous other frameworks for the most of my time, but I'm also capable
|
numerous other frameworks for the most of my time, but I'm also capable
|
||||||
of doing <b>Typescript</b> and <b>Golang</b> backend.
|
of doing <b>Typescript</b> and <b>Golang</b> backend.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
I've started coding more than 15 years ago as a hobby and still love
|
|
||||||
doing that on my work and free time.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 14fr 10fr;
|
grid-template-columns: 17fr 10fr;
|
||||||
column-gap: 50px;
|
column-gap: 50px;
|
||||||
border-bottom: 2px solid var(--color-line);
|
border-bottom: 2px solid var(--color-line);
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
max-width: 500px;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<article :class="$style.content">
|
<article :class="$style.content">
|
||||||
<section :class="$style.section">
|
<section :class="[$style.section, $style.heading]">
|
||||||
<BioHeading />
|
<BioHeading />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -16,14 +16,13 @@ definePageMeta({ layout: "content" });
|
||||||
|
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.content {
|
.content {
|
||||||
padding: 40px 0 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
padding: 40px 0;
|
padding: 40px 0;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&.heading {
|
||||||
border-bottom: 2px solid var(--color-line);
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue