mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
fixed headers size
This commit is contained in:
parent
1ad7b3c8a0
commit
011f10a429
2 changed files with 2 additions and 1 deletions
|
@ -67,6 +67,7 @@ h1 {
|
|||
|
||||
h2 {
|
||||
color: var(--color-heading-secondary);
|
||||
font-size: 2rem;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 2rem;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<h1>Skills</h1>
|
||||
<h2>Skills</h2>
|
||||
|
||||
<div :class="$style.list">
|
||||
<SkillsCard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue