more updates based on redlines to landing page
This commit is contained in:
parent
0bcbce0539
commit
3e7bd1b58d
4 changed files with 7 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 238 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB |
|
|
@ -166,11 +166,14 @@
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
.title {
|
.title {
|
||||||
|
text-align: center;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagline {
|
.tagline {
|
||||||
width: 80%;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -96,6 +96,9 @@ layout: home
|
||||||
src="{{ "assets/images/CircuitPython_Pinball.jpg" |
|
src="{{ "assets/images/CircuitPython_Pinball.jpg" |
|
||||||
relative_url }}"
|
relative_url }}"
|
||||||
/>
|
/>
|
||||||
|
<div class="text">
|
||||||
|
<div class="title"><span>The simple way to build something amazing</span></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue