diff --git a/content/projects/esg/funding_notice.md b/content/projects/esg/funding_notice.md index af01a749c7..b4f3fc9a4f 100644 --- a/content/projects/esg/funding_notice.md +++ b/content/projects/esg/funding_notice.md @@ -1,4 +1,3 @@ - - + **EuroScienceGateway** was funded by the European Union programme Horizon Europe (**HORIZON-INFRA-2021-EOSC-01-04**) under grant agreement number [101057388](https://cordis.europa.eu/project/id/101057388) and by UK Research and Innovation (UKRI) under the UK government’s Horizon Europe funding guarantee grant number [10038963](https://gtr.ukri.org/projects?ref=10038963). diff --git a/src/assets/styles.scss b/src/assets/styles.scss index f255c9cf7d..861987258d 100644 --- a/src/assets/styles.scss +++ b/src/assets/styles.scss @@ -916,6 +916,9 @@ pre { .img-sizer { margin-bottom: 1rem; } +.img-sizer-small img { + width: clamp(10rem, 100%, 20rem); +} .img-sizer p { height: 100%; margin-bottom: 0; diff --git a/src/components/Mastodon.vue b/src/components/Mastodon.vue new file mode 100644 index 0000000000..6d6bedbaeb --- /dev/null +++ b/src/components/Mastodon.vue @@ -0,0 +1,23 @@ +