style(site): text & button sizes
This commit is contained in:
parent
dd6dc96f1b
commit
54a3819b83
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
border: 3px solid var(--color-fade);
|
border: 3px solid var(--color-fade);
|
||||||
padding: 0.75em;
|
padding: 0.5em 0.75em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
&#primary {
|
&#primary {
|
||||||
background: #3054bf;
|
background: #3054bf;
|
||||||
color: white;
|
color: white;
|
||||||
width: 40%;
|
min-width: 35%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<span slot="description">{{ project.description }}</span>
|
<span slot="description">{{ project.description }}</span>
|
||||||
</awesome-header>
|
</awesome-header>
|
||||||
<main>
|
<main>
|
||||||
<section style="font-size: larger;">
|
<section style="font-size: large;">
|
||||||
<p>
|
<p>
|
||||||
By extending our base class, you get an easy authoring experience as you would expect in writing your components:</p>
|
By extending our base class, you get an easy authoring experience as you would expect in writing your components:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue