diff options
-rw-r--r-- | public/lambda.js | 2 | ||||
-rw-r--r-- | public/style.css | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/public/lambda.js b/public/lambda.js index 85037c3..d71322e 100644 --- a/public/lambda.js +++ b/public/lambda.js @@ -45,7 +45,7 @@ function putlam(el, height, width, min, max, period) { } let lamEl = document.querySelector('.lambda'); -putlam(lamEl, 45, 45, 0.3, 4.5, 450); +putlam(lamEl, 55, 45, 0.3, 4.5, 450); ` diff --git a/public/style.css b/public/style.css index 94729c2..aa2dc16 100644 --- a/public/style.css +++ b/public/style.css @@ -9,6 +9,7 @@ body { } .bigguy { display: flex; + padding-top: 25px; } .lambda { font-family: Andale Mono, monospace; @@ -33,10 +34,10 @@ body { color: white; } .links a { - color: lightgrey; + color: lightgreen; } .links a:visited { - color: grey; + color: lightgreen; } @media only screen and (max-width: 440px) { .bigguy { |