fix: logo, icons, footer heading, list marker position
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.btn {
|
||||
@apply bg-primary font-bold text-white py-1 px-12 cursor-pointer transition-colors duration-300;
|
||||
@apply bg-primary font-bold text-white uppercase py-1 px-12 cursor-pointer transition-colors duration-300;
|
||||
@apply hover:bg-primary-dark;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ ol {
|
||||
&::before {
|
||||
content: counter(step, decimal-leading-zero);
|
||||
position: absolute;
|
||||
top: .5rem;
|
||||
top: .2rem;
|
||||
left: 0;
|
||||
@apply text-primary font-bold text-2xl leading-none;
|
||||
}
|
||||
@@ -24,7 +24,7 @@ ol {
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: calc(#{$marker-size} + 1rem);
|
||||
top: calc(#{$marker-size} + .5rem);
|
||||
bottom: -$gap-y; // extend past the li’s bottom margin
|
||||
left: calc(#{$marker-size} / 2);
|
||||
transform: translateX(-50%);
|
||||
|
||||
Reference in New Issue
Block a user