We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f45984 commit bb34ed3Copy full SHA for bb34ed3
assets/scss/about.scss
@@ -41,3 +41,26 @@
41
font-weight: bold;
42
}
43
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
58
59
60
+ text-align: left;
61
62
+ .about-img {
63
64
65
66
+}
0 commit comments