fix
This commit is contained in:
@@ -242,10 +242,15 @@ export default defineComponent({
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
text-align: center;
|
||||
@media (max-width: 768px) {
|
||||
> img{
|
||||
width: 17rem;
|
||||
}
|
||||
> .text{
|
||||
width: max-content;
|
||||
text-align: center;
|
||||
}
|
||||
font-size: 1.8rem;
|
||||
color: #fff;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user