File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 167167 </ul >
168168 </div >
169169 <div
170- class =" logo u-flex u-gap-16 u-margin-inline-auto is-only-mobile u-margin-block-start-32" >
170+ class =" logo u-flex u-gap-16 u-margin-inline-auto is-only-mobile u-margin-block-start-32 mobile-logo " >
171171 <a href ={base }>
172172 {#if $app .themeInUse === ' dark' }
173173 <img
174174 src ={AppwriteLogoDark }
175- width =" 93 "
175+ width =" 160 "
176176 class =" u-block u-only-dark"
177177 alt =" Appwrite Logo" />
178178 {:else }
179179 <img
180180 src ={AppwriteLogoLight }
181- width =" 93 "
181+ width =" 160 "
182182 class =" u-block u-only-light"
183183 alt =" Appwrite Logo" />
184184 {/if }
359359 padding-block-start : 5rem ;
360360 }
361361 }
362+
363+ .mobile-logo {
364+ position : fixed ;
365+ bottom : 1rem ;
366+ left : 50% ;
367+ transform : translateX (-50% );
368+ z-index : 10 ;
369+ margin-block-start : 0 !important ;
370+ }
362371 </style >
You can’t perform that action at this time.
0 commit comments