mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
style(list): see details
- Align list TOC wrapper with single TOC wrapper - Adjust margin
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
"Courier New", monospace;
|
||||
--spacing: 0.25rem;
|
||||
--container-2xs: 18rem;
|
||||
--container-xs: 20rem;
|
||||
--container-md: 28rem;
|
||||
--container-xl: 36rem;
|
||||
--container-3xl: 48rem;
|
||||
@@ -971,6 +970,9 @@
|
||||
.mb-3 {
|
||||
margin-bottom: calc(var(--spacing) * 3);
|
||||
}
|
||||
.mb-4 {
|
||||
margin-bottom: calc(var(--spacing) * 4);
|
||||
}
|
||||
.mb-5 {
|
||||
margin-bottom: calc(var(--spacing) * 5);
|
||||
}
|
||||
@@ -3006,16 +3008,16 @@
|
||||
margin-inline: auto;
|
||||
}
|
||||
}
|
||||
.lg\:ms-auto {
|
||||
@media (width >= 1024px) {
|
||||
margin-inline-start: auto;
|
||||
}
|
||||
}
|
||||
.lg\:mt-0 {
|
||||
@media (width >= 1024px) {
|
||||
margin-top: calc(var(--spacing) * 0);
|
||||
}
|
||||
}
|
||||
.lg\:ml-auto {
|
||||
@media (width >= 1024px) {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
.lg\:block {
|
||||
@media (width >= 1024px) {
|
||||
display: block;
|
||||
@@ -3066,11 +3068,6 @@
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
.lg\:max-w-xs {
|
||||
@media (width >= 1024px) {
|
||||
max-width: var(--container-xs);
|
||||
}
|
||||
}
|
||||
.lg\:grid-flow-col-dense {
|
||||
@media (width >= 1024px) {
|
||||
grid-auto-flow: column dense;
|
||||
|
||||
Reference in New Issue
Block a user