misc fixes and tweaks
This commit is contained in:
parent
d2405fd915
commit
ff204d9bc6
|
@ -44,6 +44,13 @@
|
|||
h5 {font-size: 1.2em}
|
||||
h6 {font-size: 1em}
|
||||
|
||||
h1 {font-size: 1.8em}
|
||||
h2 {font-size: 1.600em}
|
||||
h3 {font-size: 1.423em}
|
||||
h4 {font-size: 1.265em}
|
||||
h5 {font-size: 1.125em}
|
||||
h6 {font-size: 1em}
|
||||
|
||||
blockquote {
|
||||
font-size: 1em;
|
||||
margin: 1em 0;
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
&::before {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 0.75em;
|
||||
top: 1.25em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
z-index: 1;
|
||||
|
|
|
@ -181,16 +181,17 @@
|
|||
border-radius: 100em;
|
||||
padding: 0 0.5em;
|
||||
border: 0.25em solid #303643;
|
||||
background: #303643;
|
||||
}
|
||||
}
|
||||
.old .card__head:before {
|
||||
content: 'OLD';
|
||||
color: hsl(0,40%,80%);
|
||||
color: #c89bae;
|
||||
}
|
||||
|
||||
.new .card__head:before {
|
||||
content: 'NEW';
|
||||
color: hsl(120,40%,80%);
|
||||
color: #aec89b;
|
||||
}
|
||||
.methods ul, .entities ul {
|
||||
list-style-type: disc;
|
||||
|
@ -254,9 +255,6 @@
|
|||
cite {
|
||||
margin-top: 1em;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: end;
|
||||
em {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@ cover: "/images/mastodocs.jpg"
|
|||
<p>So... yeah, that's how this all happened.</p>
|
||||
</div>
|
||||
</section>
|
||||
<!--
|
||||
<section class="section" id="overview">
|
||||
<div class="container">
|
||||
<h2 class="title">So, what did all this entail?</h2>
|
||||
|
@ -68,9 +69,10 @@ cover: "/images/mastodocs.jpg"
|
|||
</section>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
<section class="section" id="process">
|
||||
<div class="container">
|
||||
<h2 class="title">Let me show you how I applied my process.</h2>
|
||||
<h2 class="title">Let me show you what I did.</h2>
|
||||
<section id="user">
|
||||
<h3 class="subtitle">A brand new user guide</h3>
|
||||
<div class="structure">
|
||||
|
@ -294,17 +296,20 @@ cover: "/images/mastodocs.jpg"
|
|||
<ul>
|
||||
<li>bookmarks</li>
|
||||
<li>favourites</li>
|
||||
<li>mutes</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<li>statuses</li>
|
||||
<ul>
|
||||
<li>media</li>
|
||||
<li>...</li>
|
||||
<li>polls</li>
|
||||
<li>scheduled_statuses</li>
|
||||
</ul>
|
||||
<li>timelines</li>
|
||||
<ul>
|
||||
<li>conversations</li>
|
||||
<li>...</li>
|
||||
<li>lists</li>
|
||||
<li>markers</li>
|
||||
<li>streaming</li>
|
||||
</ul>
|
||||
<li>notifications</li>
|
||||
|
|
Loading…
Reference in a new issue