Skip to content

Commit

Permalink
set background-attachment: fixed for cubes bg img
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 6, 2024
1 parent f8cc7de commit dfd95dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.2.2.022
Version: 0.2.2.023
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.2.022",
"version": "0.2.2.023",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
1 change: 1 addition & 0 deletions quarto/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ body {
background-size: contain;
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}

0 comments on commit dfd95dc

Please sign in to comment.