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 {
|
||||
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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue