mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +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 {
|
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;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1>Skills</h1>
|
<h2>Skills</h2>
|
||||||
|
|
||||||
<div :class="$style.list">
|
<div :class="$style.list">
|
||||||
<SkillsCard
|
<SkillsCard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue