mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-04-04 19:33:57 +02:00
Adjust box-shadow
This commit is contained in:
parent
00385dc0f8
commit
20d28d175f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ html {
|
|||
padding: 0;
|
||||
}
|
||||
.shadow-box {
|
||||
box-shadow: 0 15px 70px rgb(0 0 0 / 10%);
|
||||
box-shadow: 2px 3px 10px 2px rgb(0 0 0 / 10%);
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue