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 1074f1f commit 6a30e20Copy full SHA for 6a30e20
src/shared/components/Settings/Profile/BasicInfo/styles.scss
@@ -138,6 +138,32 @@
138
.user-icon {
139
width: 100%;
140
}
141
+
142
+ .row {
143
+ width: 100%;
144
+ display: flex;
145
+ flex-direction: row;
146
+ margin-bottom: 20px;
147
148
+ .col-2 {
149
+ align-self: right;
150
+ width: 80%;
151
152
+ flex-direction: column;
153
+ }
154
+ .col-1 {
155
156
+ flex-grow: 1;
157
+ align-items: center;
158
+ max-width: 0;
159
+ min-width: 0;
160
+ margin-right: 0;
161
+ margin-top: 0 !important;
162
+ margin-bottom: 0 !important;
163
+ padding-top: 0 !important;
164
165
166
167
168
169
.about-me-container-mobile {
0 commit comments