mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-22 22:55:29 +01:00
Adjust box-shadow
This commit is contained in:
parent
00385dc0f8
commit
20d28d175f
|
@ -149,7 +149,7 @@ html {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.shadow-box {
|
.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;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue