diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 8eed651..7176d89 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -259,8 +259,8 @@ a:focus { padding-bottom: 20px; } .release-news img { - width: 100%; - padding: 20px; + width: calc(100% - 40px); + margin: 20px; } .release-news-body { padding: 0px 25px; @@ -579,3 +579,16 @@ only screen and (max-width: 993px) { flex-direction: row; } } + +/* taken and adapted from docs.reana.io */ +.screenshot-browser-mockup { + box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.4); + border-radius: 4px; + background: + url('../img/window-buttons-for-mockup.png') no-repeat left top, + #333; /* Dark background for browser bar */ + padding-top: 20px; /* This assumes the window bar height is 20px. Adjust if needed */ + background-size: auto 20px, 100%; + margin: 10px; + max-width: calc(100% - 20px); +} \ No newline at end of file diff --git a/assets/static/img/release.png b/assets/static/img/release.png index 6bb6fc6..e4f1c80 100644 Binary files a/assets/static/img/release.png and b/assets/static/img/release.png differ diff --git a/assets/static/img/window-buttons-for-mockup.png b/assets/static/img/window-buttons-for-mockup.png new file mode 100644 index 0000000..ca0a171 Binary files /dev/null and b/assets/static/img/window-buttons-for-mockup.png differ diff --git a/templates/page.html b/templates/page.html index 6a8a9fa..a7d0ba0 100644 --- a/templates/page.html +++ b/templates/page.html @@ -345,14 +345,14 @@
Increase workflow restart limit.
-Automatically mount any CVMFS repository.
-Deploy REANA clusters on ARM architecture hardware.
- +Upgrades Snakemake to version 7.
+Improves job submission performance.
+Improves clean up of deleted and failed workflows.
+