Update layout
This commit is contained in:
parent
e06622ded8
commit
09d8b54c6f
12 changed files with 128 additions and 175 deletions
|
@ -1,5 +1,5 @@
|
|||
.button
|
||||
@apply bg-blue border-blue border-2 inline-block rounded-lg text-white no-underline px-4 py-2
|
||||
@apply bg-blue border-blue border inline-block text-white no-underline py-1 px-3 rounded
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
|
@ -7,4 +7,4 @@
|
|||
@apply bg-white text-blue
|
||||
|
||||
&:focus
|
||||
@apply px-4 py-2 m-0
|
||||
@apply px-3 py-1 m-0
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
p,
|
||||
li
|
||||
code
|
||||
@apply bg-grey-lighter inline-block font-mono text-sm px-1 py-px border border-grey-light
|
||||
@apply bg-grey-lighter inline-block font-mono text-xs px-1 py-px border border-grey-light
|
||||
|
||||
p:last-child
|
||||
@apply mb-0
|
||||
|
@ -16,7 +16,7 @@
|
|||
pre code,
|
||||
.hljs
|
||||
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono
|
||||
@apply leading-loose overflow-x-scroll p-6 rounded text-sm
|
||||
@apply leading-loose overflow-x-scroll p-6 rounded text-xs
|
||||
|
||||
figure
|
||||
@apply block mb-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue