Skip to content

Commit bb34ed3

Browse files
authored
chore: fix about mobile style (#1290)
Signed-off-by: rogerogers <[email protected]>
1 parent 8f45984 commit bb34ed3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

assets/scss/about.scss

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,26 @@
4141
font-weight: bold;
4242
}
4343
}
44+
45+
@media screen and (max-width: 992px) {
46+
.about-flex-box {
47+
display: flex;
48+
flex-direction: column;
49+
align-items: space-between;
50+
.about-flex-left {
51+
flex-shrink: 0;
52+
width: 100%;
53+
padding: 0;
54+
text-align: right;
55+
}
56+
.about-flex-right {
57+
flex-shrink: 0;
58+
width: 100%;
59+
padding: 0;
60+
text-align: left;
61+
}
62+
.about-img {
63+
width: 100%;
64+
}
65+
}
66+
}

0 commit comments

Comments
 (0)