Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
195-on-wide-screens-the-dark-green-doesnt-cover-the-full-photo-on-the…
Browse files Browse the repository at this point in the history
…-home-page - fix (#50)
  • Loading branch information
A-Souhei authored Oct 11, 2024
1 parent c1a9db1 commit 1358106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: calc(100% - 72px);
height: 100%;
background: url("/images/zarr_bg_transparent_layer.png") no-repeat center center;
background-size: auto 100%;
background-size: cover;
pointer-events: none;
z-index: 1;
}
Expand Down

0 comments on commit 1358106

Please sign in to comment.