Commit fe201b51 by Arjun Jhukal

updated the minor changes

parent 8f72fbfc
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,8 +2,38 @@ a,
button {
transition: all 0.3s ease-in-out;
}
.new {
position: relative;
&::after {
content: "New";
position: absolute;
right: -10px;
top: -15px;
background-color: rgb(17, 170, 55);
border-radius: 4px;
font-size: 10px;
line-height: 12px;
padding: 2px 6px;
color: $white;
animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
0% {
box-shadow: 0 0 4px rgba(17, 170, 55, 0.5);
}
100% {
box-shadow: 0 0 12px rgba(17, 170, 55, 1);
}
}
}
.section-title {
margin-bottom: 3.75rem;
p {
margin-bottom: 0;
}
......@@ -11,6 +41,7 @@ button {
.input-field {
margin-bottom: 32px;
label {
color: $black;
font-size: 16px;
......@@ -19,6 +50,7 @@ button {
display: block;
margin-bottom: 8px;
}
input,
select,
textarea {
......@@ -45,6 +77,7 @@ button {
opacity: 0.4;
}
}
textarea {
resize: none;
}
......@@ -110,7 +143,7 @@ button {
}
}
> svg {
>svg {
position: absolute;
top: 50%;
transform: translateY(-50%);
......@@ -231,6 +264,7 @@ button {
font-size: 2rem !important;
}
}
.input-field {
margin-bottom: 24px;
}
......@@ -273,8 +307,10 @@ button {
}
}
}
@media (max-width: 1023px) {
.toc {
h6,
.category-list {
position: fixed;
......@@ -282,6 +318,7 @@ button {
left: 0;
z-index: 2;
}
h6 {
box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
border-radius: 4px 4px 0 0;
......
......@@ -191,33 +191,7 @@
}
}
&.new {
position: relative;
&::after {
content: "New";
position: absolute;
right: -10px;
top: -15px;
background-color: rgb(17, 170, 55);
border-radius: 4px;
font-size: 10px;
line-height: 12px;
padding: 2px 6px;
color: $white;
animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
0% {
box-shadow: 0 0 4px rgba(17, 170, 55, 0.5);
}
100% {
box-shadow: 0 0 12px rgba(17, 170, 55, 1);
}
}
}
&:last-of-type {
margin-right: 0;
......
......@@ -103,11 +103,25 @@
transform: rotate(45deg);
}
}
ol {
li {
&::after {
display: none;
}
}
}
}
ol {
padding-left: 24px;
ul {
li {
list-style-type: none;
}
}
li {
list-style-type: decimal;
}
......
......@@ -43,7 +43,18 @@ the_content();
<p>Lambda Payments provides end-to-end Fintech products and solutions to enterprises, banks, and
financial institutions.</p>
<ol>
<li>Improved Keyword Rankings
<li>
Improved Keyword Rankings
<ol>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
</ol>
<ul>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
</ul>
</li>
<li>Increased Traffic</li>
<li> Enhanced User Engagement</li>
......@@ -87,6 +98,16 @@ the_content();
<p>In addition to keyword improvements, organic traffic has steadily grown:</p>
<ul>
<li>Organic Traffic: Traffic grew by 78%, from 1,730 visitors to 3,075 in January 2024</li>
<ol>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
</ol>
<ul>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
<li>Improved Keyword Rankings</li>
</ul>
</ul>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment