Button style

Adjust Music component JS
aurgh
This commit is contained in:
Michał Gdula 2024-05-23 20:10:08 +01:00
parent 79c55fc916
commit 6a88af6864
13 changed files with 115 additions and 158 deletions

View file

@ -40,9 +40,12 @@ const { title, src, alt } = Astro.props;
.banner {
margin: 0 -16px;
background-color: $gray;
height: 700px;
background-color: rgba($light, 0.01);
box-shadow: 0 8px 8px rgba(#000, 0.3);
> img {
width: 100%;
height: 100%;