Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithm authored Feb 12, 2024
1 parent 08ecd91 commit a40d25b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
text-wrap: balance;
line-height: 1.8;
min-height: 100dvh;
font-size: var(--lx-text-01);
font-size: 1.1em;
}

a {
Expand Down Expand Up @@ -123,12 +123,6 @@ a {
animation: blink-animation 1s step-end infinite;
}

@supports(font-size: clamp(1rem, 1vw, 1rem)) {
:root {
--lx-text-01: clamp(1.1rem);
}
}

p,

.algo-container-algorithm {
Expand All @@ -145,7 +139,6 @@ p,
}

@media screen and (max-width: 80rem) {

img {
display: none;
}
Expand Down

0 comments on commit a40d25b

Please sign in to comment.