toaster button
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 4m7s

This commit is contained in:
2026-01-29 01:24:53 +00:00
parent 639a8e2fb0
commit 067f0e189d
10 changed files with 40 additions and 398 deletions

View File

@@ -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);

View File

@@ -4,7 +4,7 @@
.gallery .gallery-images {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: space-between;
gap: 1rem;
overflow: hidden;

View File

@@ -81,4 +81,8 @@ ul#toaster-specs li {
.flex-col {
flex-direction: column;
}
}
#toaster-wave {
display: none;
}