diff --git a/webapp/home/labs/proteomics/static/custom.css b/webapp/home/labs/proteomics/static/custom.css index e69de29b..cfd8f237 100644 --- a/webapp/home/labs/proteomics/static/custom.css +++ b/webapp/home/labs/proteomics/static/custom.css @@ -0,0 +1,21 @@ +#whatIsThisPage { + position: absolute; + top: 135px; + right: calc(50vw - 500px); +} + +@media (max-width: 1070px) { + #whatIsThisPage { + right: 2rem; + } +} +@media (max-width: 992px) { + #whatIsThisPage { + top: 95px; + } +} +@media (max-width: 730px) { + #whatIsThisPage { + top: 2rem; + } +} diff --git a/webapp/home/labs/proteomics/templates/intro.html b/webapp/home/labs/proteomics/templates/intro.html index f4c7e06e..41a4c0d1 100644 --- a/webapp/home/labs/proteomics/templates/intro.html +++ b/webapp/home/labs/proteomics/templates/intro.html @@ -1,24 +1,23 @@
+ + What is this page? +

Welcome to the Galaxy Australia Proteomics Lab. Get quick access to the tools, workflows and tutorials you need to get started with proteomics on Galaxy. -
- - What is this page? -

This page is currently under development in consultation with the Australian Proteomics Bioinformatics community. -

+