File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 44 background-color : getThemifyVariable (' background-color' );
55 }
66 min-height : 100% ;
7+
8+ @media (max-width : 770px ) {
9+ .account-settings__header {
10+ display : none ;
11+ }
12+ }
713}
814
915.account-settings {
2430
2531.account__social-stack {
2632 display : flex ;
33+ @media (max-width : 770px ) {
34+ flex-direction : column ;
35+ align-items : center ;
36+ gap : #{15 / $base-font-size } rem;
37+
38+ button , a {
39+ width : 100% !important ;
40+ margin-right : 0 ;
41+ }
42+ }
2743}
2844
2945.account__social-stack > * {
Original file line number Diff line number Diff line change 5858
5959.form-container__divider {
6060 padding : #{20 / $base-font-size } rem 0 ;
61+
62+ @media (max-width : 770px ) {
63+ text-align : center ;
64+ }
6165}
6266
6367.form-container__logo-button {
Original file line number Diff line number Diff line change 5757
5858.form__input {
5959 max-width : 90vw ;
60- width : #{360 / $base-font-size } rem;
60+ // width: #{360 / $base-font-size}rem;
61+ width : 100% ;
6162 height : #{40 / $base-font-size } rem;
6263 font-size : #{16 / $base-font-size } rem;
6364 @include themify () {
6465 color : getThemifyVariable (" form-input-text-color" );
6566 background-color : getThemifyVariable (" input-background-color" );
6667 }
68+
69+ @media (max-width : 770px ) {
70+ max-width : 100% ;
71+ }
6772}
6873
6974.form__input-flexible-height {
You can’t perform that action at this time.
0 commit comments