|
|
@ -8,7 +8,8 @@
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
.container {
|
|
|
|
.container {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
margin: 10rem var(--side-page);
|
|
|
|
margin: 10rem auto;
|
|
|
|
|
|
|
|
max-width: 120rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container ul {
|
|
|
|
.container ul {
|
|
|
@ -156,7 +157,7 @@
|
|
|
|
<ul class='grid stretch'>
|
|
|
|
<ul class='grid stretch'>
|
|
|
|
<li class='box bg-prime white'>
|
|
|
|
<li class='box bg-prime white'>
|
|
|
|
<h2 style='padding:2.4rem 0 0 0'>Write less code</h2>
|
|
|
|
<h2 style='padding:2.4rem 0 0 0'>Write less code</h2>
|
|
|
|
<p>Write boilerplate-free components using languages you already know — HTML, CSS and JavaScript</p>
|
|
|
|
<p>Build boilerplate-free components using languages you already know — HTML, CSS and JavaScript</p>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="TODO-blog-post-on-loc">learn more</a>
|
|
|
|
<a href="TODO-blog-post-on-loc">learn more</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|