fix: logo, icons, footer heading, list marker position
This commit is contained in:
parent
9f6cfb145e
commit
c2a8d3f67b
6 changed files with 33 additions and 8 deletions
|
|
@ -14,7 +14,7 @@
|
|||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
background-color: currentColor;
|
||||
vertical-align: middle;
|
||||
margin-top: 0.125em;
|
||||
}
|
||||
|
||||
.ci-instagram::before {
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue