mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-31 15:53:15 +00:00
Button style
Adjust Music component JS aurgh
This commit is contained in:
parent
79c55fc916
commit
6a88af6864
13 changed files with 115 additions and 158 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue