diff --git a/source/static/style.css b/source/static/style.css index 8c3c5a7..330ee1d 100644 --- a/source/static/style.css +++ b/source/static/style.css @@ -28,6 +28,8 @@ h2{ background-color: #FA8080; border-radius: 5vw; + overflow-y: hidden; + } #content > * { @@ -36,11 +38,17 @@ h2{ } +#scroller{ + + height: 80vh; + overflow-y: scroll; + +} + #content { margin: 0px; padding: 5vw; - overflow-y: scroll; } diff --git a/source/templates/index.html b/source/templates/index.html index dbb3da3..9cb16fd 100644 --- a/source/templates/index.html +++ b/source/templates/index.html @@ -12,40 +12,42 @@
-
- -

@craisin


-

Hellođź‘‹! I am Cayden Yap, a young Python programmer (with an interest in competitive programming and ML), math enthusiast, and saber fencer.

-

Profiles

- -

Resources

- -

Things I've Done

- +