add github shortcode

This commit is contained in:
Nuno Coração
2023-01-14 11:39:17 +00:00
parent 4c5d367b12
commit 98b48ac6bb
5 changed files with 72 additions and 40 deletions

View File

@@ -684,11 +684,6 @@ select {
max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
color: var(--tw-prose-lead);
font-size: 1.25em;
@@ -1056,6 +1051,11 @@ select {
line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
@@ -1271,14 +1271,14 @@ select {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-0 {
margin: 0px;
}
.m-2 {
margin: 0.5rem;
}
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
@@ -1409,6 +1409,14 @@ select {
margin-bottom: 2.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.\!mb-9 {
margin-bottom: 2.25rem !important;
}
@@ -1485,6 +1493,10 @@ select {
height: 2rem;
}
.h-3 {
height: 0.75rem;
}
.h-full {
height: 100%;
}
@@ -1545,6 +1557,10 @@ select {
width: 2rem;
}
.w-3 {
width: 0.75rem;
}
.w-6 {
width: 1.5rem;
}
@@ -1893,6 +1909,10 @@ select {
padding: 0.25rem;
}
.p-5 {
padding: 1.25rem;
}
.p-0 {
padding: 0px;
}