diff --git a/components/AboutCard/index.js b/components/AboutCard/index.js index d2aad4c..64c41a3 100644 --- a/components/AboutCard/index.js +++ b/components/AboutCard/index.js @@ -30,13 +30,13 @@ function AboutCard() {

i like open source.

- these are my favorite, in no particular order + these are my favorite, some of which i contribute to.

diff --git a/pages/publications.js b/pages/publications.js index 33aa04e..e232816 100644 --- a/pages/publications.js +++ b/pages/publications.js @@ -7,7 +7,7 @@ export default function Publications() {

- a (hopefully) growing list of publications. + a hopefully ever-growing list of publications.

diff --git a/styles/globals.css b/styles/globals.css index d244c85..08e2871 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -86,4 +86,15 @@ body { .text-2-5xl { font-size: 1.675rem/* 24px */; line-height: 2rem/* 32px */; +} + +.cloud-hopefully { + font-size: xx-small; + background-color: #f0f0f0; + border-radius: 10px; + padding: 3px 6px; + position: relative; + top: -25px; + left: -1px; + box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); } \ No newline at end of file