wxerr.scss 171 Bytes
Newer Older
FE committed
1 2 3 4 5 6 7 8 9 10 11
.wxerr{
    margin-top: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;

    .openLink{
        font-size: 16px;
        margin-top:40px;
    }
}