Add 88x31

This commit is contained in:
2026-01-19 00:39:01 +03:00
parent 8c02395d0d
commit 3e2eb74c76
7 changed files with 50 additions and 0 deletions
+21
View File
@@ -206,6 +206,27 @@ footer {
}
}
.\38 8-31 {
margin-top: 2rem;
display: flex;
justify-content: center;
& + & {
margin-top: 0;
}
img {
width: 88px;
height: 31px;
transition-timing-function: ease-out;
transition-duration: .2s;
&:hover {
transform: scale(1.5);
}
}
}
.disabled {
opacity: 50%;
cursor: not-allowed;