style(site): text & button sizes

This commit is contained in:
Ayo 2023-11-30 15:33:23 +01:00
parent dd6dc96f1b
commit 54a3819b83
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
& a {
border: 3px solid var(--color-fade);
padding: 0.75em;
padding: 0.5em 0.75em;
border-radius: 5px;
text-align: center;
text-decoration: none;
@ -28,7 +28,7 @@
&#primary {
background: #3054bf;
color: white;
width: 40%;
min-width: 35%;
}
}
}

View file

@ -25,7 +25,7 @@
<span slot="description">{{ project.description }}</span>
</awesome-header>
<main>
<section style="font-size: larger;">
<section style="font-size: large;">
<p>
By extending our base class, you get an easy authoring experience as you would expect in writing your components:</p>
<ul>