fixed headers size

This commit is contained in:
Fedor Katurov 2022-11-03 16:04:38 +06:00
parent 1ad7b3c8a0
commit 011f10a429
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ h1 {
h2 { h2 {
color: var(--color-heading-secondary); color: var(--color-heading-secondary);
font-size: 2rem;
&:not(:first-child) { &:not(:first-child) {
margin-top: 2rem; margin-top: 2rem;

View file

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<h1>Skills</h1> <h2>Skills</h2>
<div :class="$style.list"> <div :class="$style.list">
<SkillsCard <SkillsCard