Add 88x31
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user