toaster button
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 4m7s
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 4m7s
This commit is contained in:
@@ -316,6 +316,18 @@ code {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
#toaster-wave {
|
||||
position: absolute;
|
||||
left: -145px;
|
||||
top: 200px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1240px) {
|
||||
#toaster-wave {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
|
||||
Reference in New Issue
Block a user