[footer] fix css
This commit is contained in:
		
							parent
							
								
									6553de53b8
								
							
						
					
					
						commit
						5389d19850
					
				| @ -7,11 +7,11 @@ | ||||
|           <app-svg-images *ngIf="officialMempoolSpace" name="officialMempoolSpace" viewBox="0 0 500 126"></app-svg-images> | ||||
|           <app-svg-images *ngIf="!officialMempoolSpace" name="mempoolSpace" viewBox="0 0 500 126"></app-svg-images> | ||||
|         </div> | ||||
|         <p class="d-block d-sm-none"> | ||||
|         <p class="explore-tagline-mobile"> | ||||
|           <ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container> | ||||
|           <ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</ng-template> | ||||
|         </p> | ||||
|         <div class="site-options float-right d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}"> | ||||
|         <div class="site-options language-selector d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}"> | ||||
|           <div class="selector"> | ||||
|             <app-language-selector></app-language-selector> | ||||
|           </div> | ||||
| @ -30,7 +30,7 @@ | ||||
|           <span *ngIf="loggedIn" i18n="shared.my-account">My Account</span> | ||||
|           <span *ngIf="!loggedIn" i18n="shared.sign-in">Sign In</span> | ||||
|         </a> | ||||
|         <p class="d-none d-sm-block"> | ||||
|         <p class="explore-tagline-desktop"> | ||||
|           <ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container> | ||||
|           <ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</ng-template> | ||||
|         </p> | ||||
|  | ||||
| @ -136,6 +136,28 @@ footer .sponsor { | ||||
|   max-width: 160px; | ||||
| } | ||||
| 
 | ||||
| .explore-tagline-desktop { | ||||
|   display: none; | ||||
| } | ||||
| 
 | ||||
| .explore-tagline-mobile { | ||||
|   display: block; | ||||
| } | ||||
| 
 | ||||
| @media (min-width: 901px) { | ||||
|   .language-selector { | ||||
|     float: right !important; | ||||
|   } | ||||
| 
 | ||||
|   .explore-tagline-desktop { | ||||
|     display: block; | ||||
|   } | ||||
| 
 | ||||
|   .explore-tagline-mobile { | ||||
|     display: none; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| @media (max-width: 1200px) { | ||||
| 
 | ||||
|   .main-logo { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user