Skip to content

Commit

Permalink
Increased the watermark font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilccbrown committed Nov 21, 2024
1 parent 9faa8cf commit ec800a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/style/test-watermark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body::before {
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg); /* Center and rotate diagonally */
font-size: 10vw; /* Adjust size relative to the viewport width */
font-size: 15vw; /* Adjust size relative to the viewport width */
color: rgba(0, 0, 0, 0.1); /* Light grey and semi-transparent */
white-space: nowrap; /* Prevent text wrapping */
pointer-events: none; /* Allow interaction with page elements below */
Expand Down

0 comments on commit ec800a5

Please sign in to comment.